reformatting the default_app structure and worked on options menu.

This commit is contained in:
Lucas
2022-04-30 23:14:42 -04:00
parent 43104ac2d2
commit d8feab1636
10 changed files with 35 additions and 31 deletions
+4
View File
@@ -0,0 +1,4 @@
from .abstract_app import App
from .app_state import AppState, InvalidStateUpdateError
from .app_router import AppRouter
from macropad_os.default_apps.debug_app import DebugApp