Add __all__ to remaining modules

This commit is contained in:
Nadir Chowdhury
2021-04-07 07:30:32 +01:00
committed by GitHub
parent ed1341012b
commit 89456022cf
36 changed files with 210 additions and 26 deletions

View File

@@ -44,6 +44,9 @@ from .asset import Asset
from .flags import SystemChannelFlags
from .integrations import Integration
__all__ = (
'Guild',
)
BanEntry = namedtuple('BanEntry', 'reason user')
_GuildLimit = namedtuple('_GuildLimit', 'emoji bitrate filesize')