2024-07-29 11:43:52 +08:00

5 lines
84 B
Python

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