move everything to backend folder for migration to dashboard repository
This commit is contained in:
parent
af6b006409
commit
92ec7c653d
89 changed files with 0 additions and 0 deletions
3
backend/cliapp/__init__.py
Normal file
3
backend/cliapp/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from flask import Blueprint
|
||||
|
||||
cli = Blueprint("cli", __name__)
|
||||
Reference in a new issue