Bleskomat extension for lnbits

This commit is contained in:
Charles Hill
2021-02-15 12:53:02 +01:00
parent 88eb8e0e78
commit dbe028e1eb
15 changed files with 1345 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from quart import Blueprint
from lnbits.db import Database
db = Database("ext_bleskomat")
bleskomat_ext: Blueprint = Blueprint("bleskomat", __name__, static_folder="static", template_folder="templates")
from .lnurl_api import * # noqa
from .views_api import * # noqa
from .views import * # noqa