Export Team related stuff from __init__

This commit is contained in:
Rapptz
2019-06-30 02:32:07 -04:00
parent ba7a319ab0
commit ccb26018ab
2 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,10 @@ from .user import BaseUser
from .asset import Asset
from .enums import TeamMembershipState, try_enum
__all__ = (
'Team',
'TeamMember',
)
class Team:
"""Represents an application team for a bot provided by Discord.