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