pyfedi/app/auth/__init__.py

5 lines
90 B
Python
Raw Normal View History

2023-07-28 16:22:12 +12:00
from flask import Blueprint
bp = Blueprint('auth', __name__)
from app.auth import routes