pyfedi/app/auth/__init__.py

5 lines
90 B
Python
Raw Permalink Normal View History

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