sapai
sapai copied to clipboard
`__eq__` for Pet, Team, Shop, Player
The compress / decompress methods provide good ways to check for equality. However, in situations where the objects do not need to be compressed (eg. unit tests), equality methods are an easier way to check for equality. Additionally, this allows ==
to be used on these objects, which is probably more accessible to newer developers using the library