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 e809e05 commit ceed0b6Copy full SHA for ceed0b6
src/compas/geometry/shapes/__init__.py
@@ -11,6 +11,3 @@
11
from .polyhedron import Polyhedron # noqa: F401
12
from .sphere import Sphere # noqa: F401
13
from .torus import Torus # noqa: F401
14
-
15
16
-__all__ = [name for name in dir() if not name.startswith('_')]
0 commit comments