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

@ -50,6 +50,7 @@ from .webhook import *
from .voice_client import VoiceClient
from .audit_logs import AuditLogChanges, AuditLogEntry, AuditLogDiff
from .raw_models import *
from .team import *
VersionInfo = namedtuple('VersionInfo', 'major minor micro releaselevel serial')