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