models.py moved to models/models.py

refactor all imports
This commit is contained in:
2025-07-15 10:45:56 +00:00
parent 661d25d70c
commit f37744b31e
29 changed files with 379 additions and 462 deletions

View File

@@ -1,5 +1,5 @@
# scheduler/scheduler.py
from db_utils import get_active_events
from scheduler.db_utils import get_active_events
import paho.mqtt.client as mqtt
import json
import datetime