Files
FabledSteward/fablednetmon/auth/routes.py
T

4 lines
67 B
Python

from quart import Blueprint
auth_bp = Blueprint("auth", __name__)