tree-math
tree-math copied to clipboard
import struct
How should I go about importing struct
? Thanks!
My attempt below fails --
import tree_math
@tree_math.struct
class Point:
x: float
y: float
AttributeError: module 'tree_math' has no attribute 'struct'