Hm, we already made the `__str__` repr smaller for...
# development
h
Hm, we already made the
__str__
repr smaller for a Target. But it’s possible it’s still too big. Maybe switch the
__str__
to be
__repr__
(which is truly huge), and then change the
__str__
to be nothing more than
self.alias(address=address)