wowstash/wowstash/blueprints/account/__init__.py

6 lines
95 B
Python
Raw Normal View History

2020-08-21 07:39:59 +00:00
from flask import Blueprint
account_bp = Blueprint("account", __name__)
from . import routes