Add files via upload

This commit is contained in:
Arc
2020-05-08 21:03:18 +01:00
committed by GitHub
parent 14d61eaf56
commit 13f01dfbe6
11 changed files with 1035 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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