We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11dd2c commit 1e002a2Copy full SHA for 1e002a2
sbpy/surfaces/__init__.py
@@ -0,0 +1,7 @@
1
+from .surface import Surface
2
+from .lambertian import LambertianSurface
3
+from .scattered import (
4
+ ScatteredLight,
5
+ ScatteredSunlight,
6
+ LambertianSurfaceScatteredSunlight,
7
+)
0 commit comments