lnbits-legend/lnbits/extensions/diagonalley/__init__.py

9 lines
211 B
Python
Raw Normal View History

from quart import Blueprint
2020-04-16 21:51:17 +01:00
2020-04-26 13:28:19 +02:00
diagonalley_ext: Blueprint = Blueprint("diagonalley", __name__, static_folder="static", template_folder="templates")
2020-04-16 21:51:17 +01:00
from .views_api import * # noqa
from .views import * # noqa