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

5 lines
88 B
Python

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