Closed faymanns closed 1 month ago
We should add __str__ and __repr__ to all classes.
__str__
__repr__
Good point, there could be some very elegant ways to print the splines ;)
Implemented in #27
We should add
__str__
and__repr__
to all classes.