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