wowstash/wowstash/blueprints/wallet/__init__.py

6 lines
93 B
Python

from flask import Blueprint
wallet_bp = Blueprint("wallet", __name__)
from . import routes