diff --git a/hertavilla/__init__.py b/hertavilla/__init__.py index 713d39a..c72bf22 100644 --- a/hertavilla/__init__.py +++ b/hertavilla/__init__.py @@ -4,6 +4,7 @@ from .event import ( AddQuickEmoticonEvent as AddQuickEmoticonEvent, AuditCallbackEvent as AuditCallbackEvent, + ClickMsgComponentEvent as ClickMsgComponentEvent, CreateRobotEvent as CreateRobotEvent, DeleteRobotEvent as DeleteRobotEvent, Event as Event, diff --git a/hertavilla/message/__init__.py b/hertavilla/message/__init__.py index a9d8bb4..8dda769 100644 --- a/hertavilla/message/__init__.py +++ b/hertavilla/message/__init__.py @@ -1,6 +1,21 @@ from __future__ import annotations from .chain import MessageChain as MessageChain +from .component import ( + BGroup as BGroup, + Button as Button, + ButtonType as ButtonType, + CGroup as CGroup, + CGroupList as CGroupList, + Comp as Comp, + Component as Component, + ComponentGroup as ComponentGroup, + ComponentGroupList as ComponentGroupList, + LGroup as LGroup, + MGroup as MGroup, + Panel as Panel, + SGroup as SGroup, +) from .image import Image as Image from .post import Post as Post from .text import (