cleaned up structure a bit
This commit is contained in:
7
pus_tm/event_handler.py
Normal file
7
pus_tm/event_handler.py
Normal 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 ""
|
Reference in New Issue
Block a user