first commit
This commit is contained in:
6
app/__main__.py
Normal file
6
app/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from . import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
Reference in New Issue
Block a user