wowstash/wowstash/blueprints/authentication/__init__.py

6 lines
109 B
Python
Raw Normal View History

2020-08-21 08:39:59 +01:00
from flask import Blueprint
authentication_bp = Blueprint("authentication", __name__)
from . import routes