File size: 92 Bytes
a4b70d9
 
 
 
 
1
2
3
4
5
from flask import Flask

def create_app() -> Flask:
    app = Flask(__name__)
    return app