I can toogle the left drawer
This commit is contained in:
4
src/myfasthtml/controls/BaseCommands.py
Normal file
4
src/myfasthtml/controls/BaseCommands.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class BaseCommands:
|
||||
def __init__(self, owner):
|
||||
self._owner = owner
|
||||
self._id = owner.get_id()
|
||||
Reference in New Issue
Block a user