File size: 108 Bytes
8f40080
 
 
 
 
1
2
3
4
5
6
"""FastAPI backend package for the multi-domain analyzer."""

from .main import app

__all__ = ["app"]