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"]