wip
This commit is contained in:
parent
66f9ce3614
commit
15c916768f
2 changed files with 6 additions and 0 deletions
BIN
app/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
app/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
6
run.py
Normal file
6
run.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from app import create_app
|
||||||
|
|
||||||
|
app = create_app()
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
app.run(debug=True)
|
Loading…
Add table
Add a link
Reference in a new issue