forked from UNN/2026-rff_mp
6 lines
88 B
Python
6 lines
88 B
Python
class Command:
|
|
def execute(self):
|
|
pass
|
|
def undo(self):
|
|
pass
|
|
|