Machine_learning_2023/domain/commands/command.py

4 lines
73 B
Python

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