feat: add base FastAPI project structure with static frontend and API v1

This commit is contained in:
Lino Mallevaey
2025-08-18 00:22:50 +02:00
parent ff5026b8f7
commit 49bcb38261
14 changed files with 487 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
"""
MokPyo application package.
- Central entry point for app-level imports
"""
from .main import app
from .core import settings
__version__ = settings.APP_VERSION