that was annoying

This commit is contained in:
2022-11-29 16:53:29 +01:00
parent f57414bcd9
commit 1483dc4d93
94 changed files with 251 additions and 218 deletions

View File

@ -0,0 +1,6 @@
from typing import Optional
from pus_tm.tm_tcp_server import TmTcpServer
TCP_SERVER_SENSOR_TEMPERATURES: Optional[TmTcpServer] = None
TCP_SERVER_DEVICE_TEMPERATURES: Optional[TmTcpServer] = None