Machine_learning_2023/domain/commands/command.py
2023-03-29 11:27:59 +02:00

4 lines
74 B
Python

class Command:
def run(self):
raise NotImplementedError()