This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
5
templates/dev/flask-hello/app.py
Normal file
5
templates/dev/flask-hello/app.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from flask_hello import create_app
|
||||
|
||||
app = create_app()
|
||||
Loading…
Add table
Add a link
Reference in a new issue