Moving apps to a shared folder and refactoring naming

This commit is contained in:
Lucas Oskorep
2022-09-15 17:05:25 -04:00
parent bc7a7c0168
commit 4f1ea7d416
6 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
from macropad_os import AppRouter, SerialComms, Config
from macropad_os.system_apps import DebugApp
from adafruit_macropad import MacroPad
from python_apps import NumpadApp
from macropad_apps.python import NumpadApp
macropad = MacroPad()