Actually, `__str__` and `__repr__` are pretty simi...
# development
h
Actually,
__str__
and
__repr__
are pretty similar. It looks fine to keep
__repr__
as is. But yeah, stop including the
fields
in
__str__