diff options
author | Stan Seibert <stan@mtrr.org> | 2011-10-11 20:29:00 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:10 -0700 |
commit | a5bc898b7847fb09e4191370eb0a3777b35e6b7a (patch) | |
tree | a5cf0cf9e015054f4912121e5fd3856b4e0ff25c | |
parent | 6bbb7494744cb78e6847b0e0e0b2852000cb5960 (diff) | |
download | chroma-a5bc898b7847fb09e4191370eb0a3777b35e6b7a.tar.gz chroma-a5bc898b7847fb09e4191370eb0a3777b35e6b7a.tar.bz2 chroma-a5bc898b7847fb09e4191370eb0a3777b35e6b7a.zip |
Add a few more commonly used symbols to: from chroma import *
-rw-r--r-- | chroma/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chroma/__init__.py b/chroma/__init__.py index dd7e323..a7b87ab 100644 --- a/chroma/__init__.py +++ b/chroma/__init__.py @@ -3,9 +3,11 @@ from chroma import geometry from chroma import event from chroma.io import root from chroma import generator +from chroma.generator import constant_particle_gun from chroma import gpu from chroma import itertoolset from chroma import likelihood +from chroma.likelihood import Likelihood from chroma import make from chroma.demo import optics from chroma import project |