feat: add base FastAPI project structure with static frontend and API v1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user