adding trigger scheduler

This commit is contained in:
2024-12-07 14:43:45 +01:00
parent 43a52391d5
commit 77bbf3e3bc
3 changed files with 16 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
import asyncio
class TriggerScheduler:
def __init__(self):
pass