5 lines
88 B
Python
Raw Normal View History

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