Skip to content

Commit

Permalink
Exposure to privateMessages & Games API.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbhadr committed Feb 10, 2021
1 parent 562de84 commit 478a26a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyblox3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__title__ = 'pyblox'
__author__ = 'Sanjay-B'
__license__ = 'MIT'
__copyright__ = 'Copyright © 2019- Sanjay-B(Sanjay Bhadra)'
__copyright__ = 'Copyright © 2021- Sanjay-B(Sanjay Bhadra)'

# Dependencies

Expand All @@ -20,6 +20,8 @@
from .src.auth import *
from .src.abtesting import *
from .src.accountInformation import *
from .src.privateMessages import *
from .src.games import *



Expand Down

0 comments on commit 478a26a

Please sign in to comment.