Add files via upload

This commit is contained in:
Arc
2020-02-19 12:35:04 +00:00
committed by GitHub
parent 610c93622e
commit 3f9fdf2da6
9 changed files with 1515 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from flask import Blueprint
events_ext = Blueprint("events", __name__, static_folder="static", template_folder="templates")
from .views_api import * # noqa
from .views import * # noqa