models.py moved to models/models.py
refactor all imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user