master #16

Merged
emmatveev merged 15 commits from master into prod 2024-11-27 18:44:05 +03:00
Showing only changes of commit 2506b7a7a0 - Show all commits

View File

@ -1,3 +1,3 @@
class Base:
class Daemon:
def execute(self):
raise NotImplemented