Skip to content

Commit

Permalink
import printing in root module
Browse files Browse the repository at this point in the history
  • Loading branch information
Spaak committed Jul 9, 2021
1 parent 415f2a7 commit fea949e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __set_compiler_flags():
from pymc3.model import *
from pymc3.model_graph import model_to_graphviz
from pymc3.plots import *
from pymc3.printing import *
from pymc3.sampling import *
from pymc3.smc import *
from pymc3.stats import *
Expand Down

0 comments on commit fea949e

Please sign in to comment.