Files
hey-search/backend/app/__init__.py
T
2026-02-23 14:37:07 +11:00

4 lines
44 B
Python

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