Compiled on Mar.26,2024

This commit is contained in:
Comma Device
2024-03-26 00:38:02 +00:00
parent 71d02f3610
commit d4a16fc37f
175 changed files with 16736 additions and 16559 deletions
+4
View File
@@ -30,6 +30,10 @@ class HardwareBase(ABC):
def reboot(self, reason=None):
pass
@abstractmethod
def soft_reboot(self):
pass
@abstractmethod
def uninstall(self):
pass