Move files to actual applets
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('main', __name__)
|
||||
bp = Blueprint('main', __name__,
|
||||
template_folder='')
|
||||
|
||||
from applets.main import routes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user