-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
__init__.py
112 lines (111 loc) · 7.09 KB
/
__init__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
from graia.amnesia.message import MessageChain as MessageChain
from avilla.core.account import BaseAccount as BaseAccount
from avilla.core.application import Avilla as Avilla
from avilla.core.builtins.capability import CoreCapability as CoreCapability
from avilla.core.context import Context as Context
from avilla.core.dispatchers import AvillaBuiltinDispatcher as AvillaBuiltinDispatcher
from avilla.core.elements import Audio as Audio
from avilla.core.elements import File as File
from avilla.core.elements import Notice as Notice
from avilla.core.elements import NoticeAll as NoticeAll
from avilla.core.elements import Picture as Picture
from avilla.core.elements import Text as Text # noqa: F401
from avilla.core.elements import Unknown as Unknown
from avilla.core.elements import Video as Video
from avilla.core.event import AvillaEvent as AvillaEvent
from avilla.core.event import DirectSessionCreated as DirectSessionCreated
from avilla.core.event import DirectSessionDestroyed as DirectSessionDestroyed
from avilla.core.event import MemberCreated as MemberCreated
from avilla.core.event import MemberDestroyed as MemberDestroyed
from avilla.core.event import MetadataModified as MetadataModified
from avilla.core.event import RelationshipCreated as RelationshipCreated
from avilla.core.event import RelationshipDestroyed as RelationshipDestroyed
from avilla.core.event import RelationshipEvent as RelationshipEvent
from avilla.core.event import SceneCreated as SceneCreated
from avilla.core.event import SceneDestroyed as SceneDestroyed
from avilla.core.exceptions import AccountDeleted as AccountDeleted
from avilla.core.exceptions import AccountMuted as AccountMuted
from avilla.core.exceptions import ActionFailed as ActionFailed
from avilla.core.exceptions import ContextError as ContextError
from avilla.core.exceptions import DeprecatedError as DeprecatedError
from avilla.core.exceptions import HttpRequestError as HttpRequestError
from avilla.core.exceptions import InaccessibleInterface as InaccessibleInterface
from avilla.core.exceptions import InvalidAuthentication as InvalidAuthentication
from avilla.core.exceptions import InvalidOperation as InvalidOperation
from avilla.core.exceptions import NetworkError as NetworkError
from avilla.core.exceptions import ParserException as ParserException
from avilla.core.exceptions import RemoteError as RemoteError
from avilla.core.exceptions import TooLongMessage as TooLongMessage
from avilla.core.exceptions import UnknownError as UnknownError
from avilla.core.exceptions import UnknownTarget as UnknownTarget
from avilla.core.exceptions import UnsupportedOperation as UnsupportedOperation
from avilla.core.message import Message as Message
from avilla.core.metadata import Metadata as Metadata
from avilla.core.platform import Abstract as Abstract
from avilla.core.platform import Branch as Branch
from avilla.core.platform import Land as Land
from avilla.core.platform import Maintainer as Maintainer
from avilla.core.platform import Platform as Platform
from avilla.core.platform import PlatformDescription as PlatformDescription
from avilla.core.platform import Version as Version
from avilla.core.protocol import BaseProtocol as BaseProtocol
from avilla.core.resource import LocalFileResource as LocalFileResource
from avilla.core.resource import RawResource as RawResource
from avilla.core.resource import Resource as Resource
from avilla.core.resource import UrlResource as UrlResource
from avilla.core.selector import Selectable as Selectable
from avilla.core.selector import Selector as Selector
from avilla.core.service import AvillaService as AvillaService
from avilla.core.typing import Ensureable as Ensureable
from avilla.standard.core.account import AccountAvailable as AccountAvailable
from avilla.standard.core.account import AccountStatusChanged as AccountStatusChanged
from avilla.standard.core.account import AccountUnavailable as AccountUnavailable
from avilla.standard.core.activity import ActivityAvailable as ActivityAvailable
from avilla.standard.core.activity import ActivityEvent as ActivityEvent
from avilla.standard.core.activity import ActivityTrigged as ActivityTrigged
from avilla.standard.core.activity import ActivityUnavailable as ActivityUnavailable
from avilla.standard.core.application import ApplicationClosed as ApplicationClosed
from avilla.standard.core.application import ApplicationClosing as ApplicationClosing
from avilla.standard.core.application import (
ApplicationPreparing as ApplicationPreparing,
)
from avilla.standard.core.application import ApplicationReady as ApplicationReady
from avilla.standard.core.application import (
AvillaLifecycleEvent as AvillaLifecycleEvent,
)
from avilla.standard.core.common import Count as Count
from avilla.standard.core.message import MessageEdit as MessageEdit
from avilla.standard.core.message import MessageEdited as MessageEdited
from avilla.standard.core.message import MessageReceived as MessageReceived
from avilla.standard.core.message import MessageRevoke as MessageRevoke
from avilla.standard.core.message import MessageRevoked as MessageRevoked
from avilla.standard.core.message import MessageSend as MessageSend
from avilla.standard.core.message import MessageSent as MessageSent
from avilla.standard.core.privilege import BanCapability as BanCapability
from avilla.standard.core.privilege import BanInfo as BanInfo
from avilla.standard.core.privilege import MuteAllCapability as MuteAllCapability
from avilla.standard.core.privilege import MuteCapability as MuteCapability
from avilla.standard.core.privilege import MuteInfo as MuteInfo
from avilla.standard.core.privilege import Privilege as Privilege
from avilla.standard.core.privilege import PrivilegeCapability as PrivilegeCapability
from avilla.standard.core.profile import Nick as Nick
from avilla.standard.core.profile import NickCapability as NickCapability
from avilla.standard.core.profile import Summary as Summary
from avilla.standard.core.profile import SummaryCapability as SummaryCapability
from avilla.standard.core.relation import SceneCapability as SceneCapability
from avilla.standard.core.request import Answers as Answers
from avilla.standard.core.request import Comment as Comment
from avilla.standard.core.request import Questions as Questions
from avilla.standard.core.request import Reason as Reason
from avilla.standard.core.request import RequestAccepted as RequestAccepted
from avilla.standard.core.request import RequestCancelled as RequestCancelled
from avilla.standard.core.request import RequestCapability as RequestCapability
from avilla.standard.core.request import RequestEvent as RequestEvent
from avilla.standard.core.request import RequestIgnored as RequestIgnored
from avilla.standard.core.request import RequestReceived as RequestReceived
from avilla.standard.core.request import RequestRejected as RequestRejected
from avilla.standard.core.resource import FileRemoved as FileRemoved
from avilla.standard.core.resource import FileUploaded as FileUploaded
from avilla.standard.core.resource import ResourceAvailable as ResourceAvailable
from avilla.standard.core.resource import ResourceEvent as ResourceEvent
from avilla.standard.core.resource import ResourceUnavailable as ResourceUnavailable