Skip to content

Commit

Permalink
make alias pyjuice.distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Mar 6, 2024
1 parent 5fbf22e commit d6e5204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pyjuice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pyjuice.graph
import pyjuice.nodes
import pyjuice.distributions
import pyjuice.layer
import pyjuice.structures
import pyjuice.optim
Expand Down
3 changes: 3 additions & 0 deletions src/pyjuice/distributions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `pyjuice.distributions` is an alias of `pyjuice.nodes.distributions`

from pyjuice.nodes.distributions import *

0 comments on commit d6e5204

Please sign in to comment.