"""FastAPI backend package for the multi-domain analyzer.""" from .main import app __all__ = ["app"]