Skip to content

Commit 82dd0d2

Browse files
committed
Export Player
1 parent ea208be commit 82dd0d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tptools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .court import Court, CourtSelectionParams
22
from .draw import Draw, Event, Stage
33
from .drawtype import DrawType
4-
from .entry import Entry
4+
from .entry import Entry, Player
55
from .match import Match
66
from .tournament import MatchSelectionParams, Tournament, load_tournament
77
from .tpmatch import TPMatchStatus as MatchStatus
@@ -18,6 +18,7 @@
1818
"Match",
1919
"MatchStatus",
2020
"MatchSelectionParams",
21+
"Player",
2122
"ScoresType",
2223
"Stage",
2324
"Tournament",

0 commit comments

Comments
 (0)