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

5 lines
84 B
Python

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