mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 07:25:10 -05:00
6 lines
109 B
Python
6 lines
109 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('auth', __name__)
|
|
if 1 == 1:
|
|
from app.patterns import routes
|