lnbits-legend/lnbits/core/__init__.py
Eneko Illarramendi c3e337a319 fix: mypy errors
2020-04-26 16:58:29 +02:00

9 lines
240 B
Python

from flask import Blueprint
core_app: Blueprint = Blueprint("core", __name__, template_folder="templates", static_folder="static")
from .views.api import * # noqa
from .views.generic import * # noqa
from .views.lnurl import * # noqa