aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/infini/matcher.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infini/matcher.py b/src/infini/matcher.py
index 7fc5b88a..309081ac 100644
--- a/src/infini/matcher.py
+++ b/src/infini/matcher.py
@@ -1,5 +1,6 @@
-from .event import MatcherEvent, Events, events
-from .handler import Handlers, Handler, handlers
+from .register import Events, Handlers
+from .event import MatcherEvent, events
+from .handler import Handler, handlers
from .exceptions import UnknownMatcherEvent