cleaned up structure a bit

This commit is contained in:
Robin Mueller
2022-03-04 10:41:05 +01:00
parent 5f3a50a82a
commit 0d7b0d0184
29 changed files with 11 additions and 17 deletions

7
pus_tm/event_handler.py Normal file
View File

@ -0,0 +1,7 @@
import config.object_ids as obj_ids
def handle_event_packet(
object_id: bytes, event_id: int, param_1: int, param_2: int
) -> str:
return ""