python-code-review-env / api /__init__.py
uvpatel7271's picture
added app and api analyser and services
1278df1
raw
history blame contribute delete
103 Bytes
"""FastAPI backend package for the multi-domain analyzer."""
from .main import app
__all__ = ["app"]