5 lines
88 B
Python
5 lines
88 B
Python
from flask import Blueprint
|
|
|
|
detect = Blueprint('detect', __name__)
|
|
from . import views
|