6 lines
109 B
Python
Raw Normal View History

from flask import Blueprint
bp = Blueprint('auth', __name__)
if 1 == 1:
from app.patterns import routes