Flask-demo/app/main/__init__.py
2021-08-10 10:13:50 +08:00

4 lines
64 B
Python

from flask import Blueprint
main = Blueprint('main', __name__)