Home Download Direct linkSettings
Aa
1
2
3
4
5
6
7
Copy
import flask

from src.main import init

app = flask.Flask(__name__)
init(app)