refactor: breaking bad

This commit is contained in:
Eneko Illarramendi
2020-03-08 23:00:41 +01:00
parent d862b16ee6
commit 49addb8d56
18 changed files with 133 additions and 114 deletions
+3 -2
View File
@@ -4,5 +4,6 @@ from flask import Blueprint
core_app = Blueprint("core", __name__, template_folder="templates", static_folder="static")
from .views_api import * # noqa
from .views import * # noqa
from .views.api import * # noqa
from .views.generic import * # noqa
from .views.lnurl import * # noqa