6 lines
85 B
Python
Raw Normal View History

2024-07-29 11:43:52 +08:00
from flask import Blueprint
auth = Blueprint('auth', __name__)
from . import views