botalka/daemons/base.py
2024-11-27 04:04:19 +03:00

4 lines
64 B
Python

class Base:
def execute(self):
raise NotImplemented