flask-vim-docs/app/auth/__init__.py
2025-04-14 22:25:26 +02:00

5 lines
No EOL
91 B
Python

from flask import Blueprint
bp = Blueprint('auth', __name__)
from app.auth import routes