ppb / ppb-vector

A 2D Vector class for PPB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update __repr__

pathunstrom opened this issue · comments

Use f-strings! ie f"myClass({arg1}, {arg2}"

Make it subclass friendly. Use type(self) instead of the class name in the string.