diff options
Diffstat (limited to 'discord/shard.py')
| -rw-r--r-- | discord/shard.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/discord/shard.py b/discord/shard.py index ea1d3f5b..9b900338 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -44,6 +44,11 @@ from .errors import ( from . import utils from .enums import Status +__all__ = ( + 'AutoShardedClient', + 'ShardInfo', +) + log = logging.getLogger(__name__) class EventType: |