batman
This commit is contained in:
commit
42f1d1012f
18 changed files with 399 additions and 0 deletions
7
run.py
Normal file
7
run.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
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