init commit
This commit is contained in:
14
starter.py
Normal file
14
starter.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from app import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.logger.warning(
|
||||
"""
|
||||
----------------------------
|
||||
| app.run() => apiflask run |
|
||||
----------------------------
|
||||
"""
|
||||
)
|
||||
app.run()
|
||||
Reference in New Issue
Block a user