sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

Add Marker.__str__ #84

Closed PeterJCLaw closed 6 years ago

PeterJCLaw commented 6 years ago

While the position attributes mostly return namedtuples which have nice representations automatically provided, the Marker class itself doesn't. Provide one so that it can trivially be printed.