v1
This commit is contained in:
4
__init__.py
Normal file
4
__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Server package initializer: expose the Flask app instance for convenience."""
|
||||
from server.app import app, init_db
|
||||
|
||||
__all__ = ["app", "init_db"]
|
||||
Reference in New Issue
Block a user