2020-05-21 21:21:43 +08:00

5 lines
99 B
Python

from .builder import build_model
from .registry import MODELS
__all__ = ['build_model', 'MODELS']