diff options
author | Stan Seibert <stan@mtrr.org> | 2011-10-11 20:16:25 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-10-11 20:16:25 -0400 |
commit | 2a670f4eaf8ab2430f0ba7918a07794e60d73045 (patch) | |
tree | 72a699a9a0ddcf5ad939f2e05f58eed996d96967 | |
parent | 82ebdaa606e8f81fc8d25c50aed84339236b53fd (diff) | |
download | chroma-2a670f4eaf8ab2430f0ba7918a07794e60d73045.tar.gz chroma-2a670f4eaf8ab2430f0ba7918a07794e60d73045.tar.bz2 chroma-2a670f4eaf8ab2430f0ba7918a07794e60d73045.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..6712470 100644 --- a/chroma/__init__.py +++ b/chroma/__init__.py @@ -3,6 +3,7 @@ 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 @@ -11,5 +12,6 @@ from chroma.demo import optics from chroma import project from chroma import sample from chroma.sim import Simulation +from chroma.likelihood import Likelihood from chroma.stl import mesh_from_stl from chroma import transform |