PyRetri/pyretri/models/registry.py
2020-04-15 14:44:22 +08:00

6 lines
78 B
Python

# -*- coding: utf-8 -*-
from ..utils import Registry
BACKBONES = Registry()