Skip to content

Commit 6352da0

Browse files
committed
import printing in root module
1 parent 86194a7 commit 6352da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __set_compiler_flags():
6868
from pymc3.model import *
6969
from pymc3.model_graph import model_to_graphviz
7070
from pymc3.plots import *
71+
from pymc3.printing import *
7172
from pymc3.sampling import *
7273
from pymc3.smc import *
7374
from pymc3.stats import *

0 commit comments

Comments
 (0)