c29f1fd
1
2
3
4
5
6
"""FastAPI backend package for the multi-domain analyzer.""" from .main import app __all__ = ["app"]