diff options
-rw-r--r-- | chroma/gpu/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chroma/gpu/__init__.py b/chroma/gpu/__init__.py index 8a87fc7..b5a1ff3 100644 --- a/chroma/gpu/__init__.py +++ b/chroma/gpu/__init__.py @@ -1,5 +1,6 @@ from chroma.gpu.tools import * from chroma.gpu.geometry import * +from chroma.gpu.render import * from chroma.gpu.photon import * from chroma.gpu.daq import * from chroma.gpu.pdf import * |