mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Add __all__
to remaining modules
This commit is contained in:
@ -25,6 +25,9 @@ DEALINGS IN THE SOFTWARE.
|
||||
from .asset import Asset
|
||||
from . import utils
|
||||
|
||||
__all__ = (
|
||||
'PartialEmoji',
|
||||
)
|
||||
|
||||
class _EmojiTag:
|
||||
__slots__ = ()
|
||||
|
Reference in New Issue
Block a user