argus-mlops / src /api /__init__.py
hodfa840's picture
Fix scroll reset for HF Spaces double-iframe context
1aa566a
raw
history blame contribute delete
55 Bytes
from .main import create_app
__all__ = ["create_app"]