travisjungroth / formlessness

A Python library for making web forms on the back end
MIT License
5 stars 2 forks source link

Add __invert__ to Comparisons #169

Closed travisjungroth closed 2 years ago

travisjungroth commented 2 years ago

There are other ways to do this where there's just the one custom method and a metaclass or dictionary of negations, but that seems overkill. It's likely 6 types, max. Closes #117.