Files
sillyhome-next-dev/app/ml/registry/__init__.py

3 lines
70 B
Python

from .model_registry import ModelRegistry
__all__ = ["ModelRegistry"]