Skip to content

Commit ea208be

Browse files
committed
Export DrawType
1 parent 8d91ca2 commit ea208be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tptools/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .court import Court, CourtSelectionParams
22
from .draw import Draw, Event, Stage
3+
from .drawtype import DrawType
34
from .entry import Entry
45
from .match import Match
56
from .tournament import MatchSelectionParams, Tournament, load_tournament
@@ -10,6 +11,7 @@
1011
"Court",
1112
"CourtSelectionParams",
1213
"Draw",
14+
"DrawType",
1315
"Entry",
1416
"Event",
1517
"load_tournament",

0 commit comments

Comments
 (0)