outlines-core icon indicating copy to clipboard operation
outlines-core copied to clipboard

Re-export public APIs in __init__.py

Open abcdabcd987 opened this issue 10 months ago • 1 comments

from .x import y as y is a widely recognized way to re-export public APIs. Linters and IDEs are happier with this notation.

abcdabcd987 avatar Mar 12 '25 18:03 abcdabcd987

There’s a conflict that needs to be resolved. We should be able to merge once it’s solved.

rlouf avatar May 20 '25 14:05 rlouf