Skip to content

Commit 43a8ffa

Browse files
committed
Expose "models" to allow import direct imports.
Signed-off-by: Vivek Joshy <daegontaven@gmail.com>
1 parent 5bdb001 commit 43a8ffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openskill/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from typing import List
22

33
# Public API
4-
__all__: List[str] = []
4+
__all__: List[str] = [
5+
"models"
6+
]
57

68

79
# Metadata

0 commit comments

Comments
 (0)