Initial (overdue) commit

TODO:
- enable dynamic loading of button labels and actions
This commit is contained in:
2020-08-27 17:21:17 -07:00
parent 6e83bfb9c5
commit c5b61eee0a
42 changed files with 2739 additions and 1 deletions

4
start_console.bat Normal file
View File

@@ -0,0 +1,4 @@
set FLASK_APP=CMDRConsole
set FLASK_ENV=development
python -m flask run --host=0.0.0.0