mirror of
https://github.com/PyRetri/PyRetri.git
synced 2025-06-03 14:49:50 +08:00
6 lines
78 B
Python
6 lines
78 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from ..utils import Registry
|
|
|
|
BACKBONES = Registry()
|