Skip to content

Commit 478a26a

Browse files
committed
Exposure to privateMessages & Games API.
1 parent 562de84 commit 478a26a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyblox3/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__title__ = 'pyblox'
1010
__author__ = 'Sanjay-B'
1111
__license__ = 'MIT'
12-
__copyright__ = 'Copyright © 2019- Sanjay-B(Sanjay Bhadra)'
12+
__copyright__ = 'Copyright © 2021- Sanjay-B(Sanjay Bhadra)'
1313

1414
# Dependencies
1515

@@ -20,6 +20,8 @@
2020
from .src.auth import *
2121
from .src.abtesting import *
2222
from .src.accountInformation import *
23+
from .src.privateMessages import *
24+
from .src.games import *
2325

2426

2527

0 commit comments

Comments
 (0)