Initial commit

This commit is contained in:
Ben Arc
2021-04-04 18:20:52 +01:00
parent 96082978d1
commit 55748b427b
11 changed files with 1173 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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