Skip to content

Commit

Permalink
PyPi restructure complete
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Sep 23, 2017
1 parent 184bc79 commit a2814d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Source/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import sys
from . import PrivilegedChatUser
from . import PrivilegeType

sys.modules['PrivilegedChatUser'] = PrivilegedChatUser
sys.modules['PrivilegeType'] = PrivilegeType

from .Bot import Bot
from .BackgroundTask import BackgroundTask
from .BackgroundTaskManager import BackgroundTaskManager
Expand All @@ -12,3 +19,6 @@
from .PrivilegeType import PrivilegeType
from .PrivilegedChatUser import PrivilegedChatUser
from . import Utilities



0 comments on commit a2814d1

Please sign in to comment.