I can toogle the left drawer

This commit is contained in:
2025-11-10 08:44:59 +01:00
parent 459c89bae2
commit 5cb628099a
9 changed files with 588 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
class BaseCommands:
def __init__(self, owner):
self._owner = owner
self._id = owner.get_id()