Files
securelens-backend/main.py

4 lines
44 B
Python
Raw Normal View History

2026-04-07 18:13:43 +05:30
from app.main import app
2026-01-28 09:37:59 +05:30
2026-04-07 18:13:43 +05:30
__all__ = ["app"]