We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb9a3d commit 59d160fCopy full SHA for 59d160f
tibiapy/__init__.py
@@ -2,8 +2,6 @@
2
3
from tibiapy import abc, enums, utils
4
from tibiapy.character import *
5
-from tibiapy.client import *
6
-from tibiapy.creature import *
7
from tibiapy.enums import *
8
from tibiapy.errors import *
9
from tibiapy.guild import *
@@ -12,6 +10,8 @@
12
10
from tibiapy.kill_statistics import *
13
11
from tibiapy.news import *
14
from tibiapy.world import *
+from tibiapy.creature import *
+from tibiapy.client import *
15
16
__version__ = '2.2.0'
17
0 commit comments