mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Add __all__
to remaining modules
This commit is contained in:
@ -25,6 +25,10 @@ DEALINGS IN THE SOFTWARE.
|
||||
from . import utils
|
||||
from .mixins import Hashable
|
||||
|
||||
__all__ = (
|
||||
'Object',
|
||||
)
|
||||
|
||||
class Object(Hashable):
|
||||
"""Represents a generic Discord object.
|
||||
|
||||
|
Reference in New Issue
Block a user