Removed unused func and algorytm(template)

This commit is contained in:
ITQ
2024-04-03 06:28:43 +03:00
parent 7bc286d9d5
commit aedde01192
5 changed files with 23 additions and 23 deletions
+3
View File
@@ -54,3 +54,6 @@ class Event(BaseModel):
def __str__(self):
return self.title
def run_algorythm(self):
pass