File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def read(f_name):
99
1010setup (
1111 name = "xbox-python-api" ,
12- version = "0.1.2.3 " ,
12+ version = "0.1.2.4 " ,
1313 url = "https://github.com/Rarmash/Xbox-Python-API" ,
1414 author = "Rarmash" ,
1515 description = "Xbox API library" ,
Original file line number Diff line number Diff line change 11from .ACCOUNT_INFO_GAMERTAG import ACCOUNT_INFO_GAMERTAG
22from .ACCOUNT_INFO_XUID import ACCOUNT_INFO_XUID
33from .CLUB_DETAILS import CLUB_DETAILS
4- from FRIEND_INFO_GAMERTAG import FRIEND_INFO_GAMERTAG
5- from PLAYER_SUMMARY import PLAYER_SUMMARY
6- from XUID_PRESENCE import XUID_PRESENCE
4+ from . FRIEND_INFO_GAMERTAG import FRIEND_INFO_GAMERTAG
5+ from . PLAYER_SUMMARY import PLAYER_SUMMARY
6+ from . XUID_PRESENCE import XUID_PRESENCE
You can’t perform that action at this time.
0 commit comments