aaa / app /models /__init__.py
work-sejal
Deploy AI service with FastAPI
70ea7be
Raw
History Blame Contribute Delete
181 Bytes
"""Models package — model registry and artifact management."""
from app.models.registry import ModelRegistry, REGISTERED_MODELS
__all__ = ["ModelRegistry", "REGISTERED_MODELS"]