that was annoying
This commit is contained in:
6
eive_tmtc/pus_tm/tcp_server_objects.py
Normal file
6
eive_tmtc/pus_tm/tcp_server_objects.py
Normal 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
|
Reference in New Issue
Block a user