forked from p15670423/monkey
Common: Rename event_serializers/ -> agent_event_serializers/
This commit is contained in:
parent
2f748516a8
commit
d7327272a0
|
@ -1,6 +1,6 @@
|
||||||
from typing import Type, Union
|
from typing import Type, Union
|
||||||
|
|
||||||
from common.event_serializers import IAgentEventSerializer
|
from common.agent_event_serializers import IAgentEventSerializer
|
||||||
from common.events import AbstractAgentEvent
|
from common.events import AbstractAgentEvent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue