Machine_learning_2023/domain/commands/command.py
2023-05-14 09:10:31 +02:00

4 lines
70 B
Python

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