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