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 ecab741 commit 7cb9a3dCopy full SHA for 7cb9a3d
tibiapy/__init__.py
@@ -2,6 +2,8 @@
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 *
@@ -10,10 +12,8 @@
10
12
from tibiapy.kill_statistics import *
11
13
from tibiapy.news import *
14
from tibiapy.world import *
-from tibiapy.creature import *
-from tibiapy.client import *
15
16
-__version__ = '2.1.0'
+__version__ = '2.2.0'
17
18
from logging import NullHandler
19
0 commit comments