final-python-env / build /lib /api /__init__.py
uvpatel7271's picture
Upload folder using huggingface_hub
8f40080 verified
raw
history blame contribute delete
108 Bytes
"""FastAPI backend package for the multi-domain analyzer."""
from .main import app
__all__ = ["app"]