vishalsh13's picture
Flash app commit
975d1b2
raw
history blame
137 Bytes
from app import create_app
if __name__ == "__main__":
obj_app = create_app()
obj_app.run(host='0.0.0.0', port=7860, debug=True)