Add README and commit previous changes
This commit is contained in:
6
src/applets/webui/__init__.py
Normal file
6
src/applets/webui/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('webui', __name__)
|
||||
|
||||
from applets.webui import routes
|
||||
|
||||
Reference in New Issue
Block a user