moonraker: move common classes to common.py

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2023-02-23 19:34:04 -05:00
parent 160f6d64be
commit 6d73c60a38
26 changed files with 199 additions and 165 deletions

View File

@@ -28,7 +28,7 @@ from typing import (
if TYPE_CHECKING:
from ..confighelper import ConfigHelper
from ..websockets import WebRequest
from ..common import WebRequest
from .mqtt import MQTTClient
SENSOR_UPDATE_TIME = 1.0