Add import to Integration

This commit is contained in:
thec0sm0s
2020-05-15 18:08:27 +05:30
parent a314928fbf
commit 318e2318b8
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
from .connections import UserConnection
from .integration import Integration
from .user import User, Bot
from .guild import Guild