We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91ca2 commit ea208beCopy full SHA for ea208be
tptools/__init__.py
@@ -1,5 +1,6 @@
1
from .court import Court, CourtSelectionParams
2
from .draw import Draw, Event, Stage
3
+from .drawtype import DrawType
4
from .entry import Entry
5
from .match import Match
6
from .tournament import MatchSelectionParams, Tournament, load_tournament
@@ -10,6 +11,7 @@
10
11
"Court",
12
"CourtSelectionParams",
13
"Draw",
14
+ "DrawType",
15
"Entry",
16
"Event",
17
"load_tournament",
0 commit comments