tree-math icon indicating copy to clipboard operation
tree-math copied to clipboard

import struct

Open pharringtonp19 opened this issue 2 years ago • 0 comments

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'

pharringtonp19 avatar Aug 10 '22 13:08 pharringtonp19