wowstash/wowstash/blueprints/wallet/__init__.py

6 lines
93 B
Python
Raw Normal View History

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