createflask
pip install createflask
Create your flask development environment with 2 simple commands.
setup
from createflask import createapp
app = createapp.Create('app')
app.sow(server=True)
For further actions, you may consider blocking this person and/or reporting abuse
Vishnu Sivan -
Biswajit Patra -
Bobur Umurzokov -
Edun Rilwan -
Top comments (1)
Github LInk: github.com/sid86-dev/createflask