From 607035aaab3c1143cdbc593ac98554d72588a12f Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sat, 16 Dec 2023 20:31:05 +0800 Subject: :recycle: 修订matcher.py导入路径 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/infini/matcher.py | 5 +++-- 1 file 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 -- cgit v1.2.3-70-g09d2