Machine_learning_2023/domain/commands/command.py
Mateusz Dokowicz f7b97c5f74 auto formatting
2023-03-30 18:27:51 +02:00

4 lines
70 B
Python

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