lnbits-legend/lnbits/extensions/lndhub/__init__.py
2020-09-12 21:55:13 -03:00

8 lines
201 B
Python

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