PyRetri/pyretri/models/registry.py

6 lines
78 B
Python
Raw Normal View History

2020-04-02 14:00:49 +08:00
# -*- coding: utf-8 -*-
from ..utils import Registry
BACKBONES = Registry()