Skip to content

Commit

Permalink
import Sample in main __init__ (to make it discoverable for the doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANazaret committed Nov 4, 2024
1 parent 27e34be commit cf938d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/treeffuser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = "0.1.3"
from treeffuser.samples import Samples
from treeffuser.treeffuser import Treeffuser

__all__ = ["Treeffuser"]
__all__ = ["Treeffuser", "Samples"]

0 comments on commit cf938d2

Please sign in to comment.