mirror of https://github.com/lukechilds/lnbits.git
Arc
5 years ago
committed by
GitHub
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
from flask import Blueprint |
|||
|
|||
|
|||
example_ext = Blueprint("example", __name__, static_folder="static", template_folder="templates") |
|||
|
|||
|
|||
from .views_api import * # noqa |
|||
from .views import * # noqa |
Loading…
Reference in new issue