First revision
This commit is contained in:
0
backend/__init__.py
Normal file
0
backend/__init__.py
Normal file
4
backend/app.py
Normal file
4
backend/app.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from backend_flask.myapp import create_app
|
||||
|
||||
__all__ = ["create_app"]
|
||||
|
||||
2
backend/extensions.py
Normal file
2
backend/extensions.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from backend_flask.myapp.extensions import *
|
||||
|
||||
Reference in New Issue
Block a user