MCPcopy
hub / github.com/Textualize/rich / Point3D

Class Point3D

examples/attrs.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@attr.define
12class Point3D:
13 x: float
14 y: float
15 z: float = 0
16
17
18@attr.define

Callers 1

attrs.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected