Create __init__.py
This commit is contained in:
parent
c111902e7f
commit
44c6dc0c01
1 changed files with 8 additions and 0 deletions
8
lnbits/extensions/example/__init__.py
Normal file
8
lnbits/extensions/example/__init__.py
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue