from command.abstract_command import AbstractCommand class DrawerOpenRequest(AbstractCommand): def execute(self): print(self.args)