lnbits-legend/lnbits/extensions/ngrok/__init__.py
2021-07-03 16:12:07 +01:00

8 lines
201 B
Python

from quart import Blueprint
from lnbits.db import Database
db = Database("ext_example")
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
from .views import * # noqa