Skip to content

Commit 332bc3a

Browse files
committed
Re-export public APIs in __init__
1 parent fab89ed commit 332bc3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

outlines_core/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
from .outlines_core import Guide, Index, Vocabulary
1+
from .outlines_core import Guide as Guide
2+
from .outlines_core import Index as Index
3+
from .outlines_core import Vocabulary as Vocabulary

0 commit comments

Comments
 (0)