Add files via upload

This commit is contained in:
Arc
2020-05-01 06:09:51 +01:00
committed by GitHub
parent 8dfdd15adb
commit d72678972d
10 changed files with 838 additions and 0 deletions
@@ -0,0 +1,8 @@
from flask import Blueprint
usermanager_ext: Blueprint = Blueprint("usermanager", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa