final-python-env / api /__init__.py
uvpatel7271's picture
Upload folder using huggingface_hub
989722c verified
Raw
History Blame Contribute Delete
103 Bytes
"""FastAPI backend package for the multi-domain analyzer."""
from .main import app
__all__ = ["app"]