diff --git a/royalnet/commands/event.py b/royalnet/commands/event.py index 67a08d7b..bb948d84 100644 --- a/royalnet/commands/event.py +++ b/royalnet/commands/event.py @@ -3,7 +3,7 @@ from .commandinterface import CommandInterface from typing import TYPE_CHECKING if TYPE_CHECKING: - from serf import Serf + from ..serf import Serf class Event: