lnbits-legend/lnbits/extensions/lnticket/__init__.py
2020-05-08 21:03:18 +01:00

8 lines
205 B
Python

from flask import Blueprint
lnticket_ext: Blueprint = Blueprint("lnticket", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa