wowstash/wowstash/blueprints/auth/__init__.py

6 lines
89 B
Python

from flask import Blueprint
auth_bp = Blueprint("auth", __name__)
from . import routes