from .base import BaseAPI from .message import MessageAPI from .group import GroupAPI from .friend import FriendAPI from .account import AccountAPI __all__ = [ "BaseAPI", "MessageAPI", "GroupAPI", "FriendAPI", "AccountAPI", ]