jbilcke-hf's picture
jbilcke-hf HF Staff
work on new multiprojects UI
b7cc217
raw
history blame contribute delete
126 Bytes
"""
Service components for the "models" view
"""
from .models_service import ModelsService
__all__ = [
'ModelsService'
]