Files
AIRegulation-DocAnalysis/backend/app/__init__.py
2026-05-14 15:07:34 +08:00

3 lines
40 B
Python

from .main import app
__all__ = ["app"]