Machine_learning_2023/domain/commands/command.py
Polevara Veronika ef7aa77470 changes
2023-05-18 23:18:07 +02:00

4 lines
73 B
Python

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