loos / app /models /__init__.py
work-sejal
Deploy LearningOutcomeOS-AI-V2 to Hugging Face Space
73a82ff
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"]