We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea208be commit 82dd0d2Copy full SHA for 82dd0d2
tptools/__init__.py
@@ -1,7 +1,7 @@
1
from .court import Court, CourtSelectionParams
2
from .draw import Draw, Event, Stage
3
from .drawtype import DrawType
4
-from .entry import Entry
+from .entry import Entry, Player
5
from .match import Match
6
from .tournament import MatchSelectionParams, Tournament, load_tournament
7
from .tpmatch import TPMatchStatus as MatchStatus
@@ -18,6 +18,7 @@
18
"Match",
19
"MatchStatus",
20
"MatchSelectionParams",
21
+ "Player",
22
"ScoresType",
23
"Stage",
24
"Tournament",
0 commit comments