From 764cbb8a97c7a56fe7ac103815c15c79ddae15e9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 18 Dec 2023 02:11:53 +0800 Subject: chore(event): add annotation --- src/infini/event.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/infini/event.py b/src/infini/event.py index b7956c64..5ef9444e 100644 --- a/src/infini/event.py +++ b/src/infini/event.py @@ -1,3 +1,9 @@ +"""Infini 事件模块 + +此模块定义了 Infini 的事件类,包括 InfiniEvent, MessageEvent, WorkflowEvent 和 MatcherEvent。 +这些事件类用于在 Infini 框架中处理各种事件。 +""" + from abc import ABCMeta, abstractmethod from .typing import Dict, Any -- cgit v1.2.3-70-g09d2