Coverage for /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/hypervehicle/components/constants.py: 100%
7 statements
« prev ^ index » next coverage.py v7.6.4, created at 2024-10-29 02:51 +0000
« prev ^ index » next coverage.py v7.6.4, created at 2024-10-29 02:51 +0000
1FIN_COMPONENT = "fin"
2WING_COMPONENT = "wing"
3COMPOSITE_COMPONENT = "composite"
4SWEPT_COMPONENT = "swept"
5REVOLVED_COMPONENT = "revolved"
6CUBE = "cube"
7SPHERE = "sphere"