outlines-core
outlines-core copied to clipboard
Re-export public APIs in __init__.py
from .x import y as y is a widely recognized way to re-export public APIs. Linters and IDEs are happier with this notation.
There’s a conflict that needs to be resolved. We should be able to merge once it’s solved.