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

11 lines
217 B
Python
Raw Normal View History

from quart import Blueprint
2020-04-16 21:51:17 +01: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