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

9 lines
205 B
Python
Raw Normal View History

from quart import Blueprint
2020-05-08 21:03:18 +01:00
lnticket_ext: Blueprint = Blueprint("lnticket", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa