4 lines
73 B
Python
4 lines
73 B
Python
class Command:
|
|
def run(self):
|
|
raise NotImplementedError()
|
class Command:
|
|
def run(self):
|
|
raise NotImplementedError()
|