shaml / app /main.py
Cursor Agent
Add Diac API backend, Arabic RTL frontend, Docker, and docs
0b083c6 unverified
Raw
History Blame Contribute Delete
127 Bytes
"""
Backward-compatible entry point.
Prefer: uvicorn backend.app.main:app
"""
from backend.app.main import app # noqa: F401