Skip to content

Commit

Permalink
Expose Latent class in init
Browse files Browse the repository at this point in the history
  • Loading branch information
landoskape committed Dec 20, 2024
1 parent 00ebb2f commit 851302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def power(a, b):

__version__ = "0.0.1"

from .latent import latent
from .latent import latent, Latent

0 comments on commit 851302d

Please sign in to comment.