del obj info struct

This commit is contained in:
Robin Mueller 2022-03-09 19:05:39 +01:00
parent abe9c8bc00
commit de68ad9341
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -70,11 +70,6 @@ PL_PCDU_ID = bytes([0x44, 0x30, 0x00, 0x00])
ACS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x01])
class ObjectInfo:
id: int = 0
name: str = ""
def get_object_ids() -> ObjectIdDictT:
global __OBJECT_ID_DICT
if not os.path.exists(DEFAULT_OBJECTS_CSV_PATH):