lnbits-legend/lnbits/core/__init__.py
2020-03-08 23:00:41 +01:00

10 lines
229 B
Python

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