satspay ext added

This commit is contained in:
Tiago vasconcelos
2021-10-14 10:02:02 +01:00
parent 4686f87626
commit 43f36afeb0
11 changed files with 1468 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
from quart import Blueprint
from lnbits.db import Database
db = Database("ext_satspay")
satspay_ext: Blueprint = Blueprint(
"satspay", __name__, static_folder="static", template_folder="templates"
)
from .views_api import * # noqa
from .views import * # noqa