feat: Adding support for json apps. Updated Macropad_os.py to automatically load in the python and json apps at launch.

This commit is contained in:
Lucas Oskorep
2022-09-20 12:56:41 -04:00
parent 6724f8a4f3
commit 1cc9348d24
10 changed files with 302 additions and 152 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
from .debug_app import DebugApp
from .options_app import OptionsApp
from .options_app import OptionsApp
from .json_app import JsonApp