Add files via upload

This commit is contained in:
Arc
2020-02-25 00:45:21 +00:00
committed by GitHub
parent a9f15d093c
commit f02066e077
7 changed files with 583 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from flask import Blueprint
tpos_ext = Blueprint("tpos", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa