* begin work on a more functional approach
* create a monadic Option class
* drop the subclassing of NONE
* put this effort on a new branch: feature_maybe
* some flaws with previous approach
* the OO redirection not best
* for a class used in computationally intense contexts
* adds way too much complexity to the design
* some Python library probably already implemented this
* without looking, these probably throw tons of exceptions
* more fun implementing it myself
* then being dissatisfied with someone else's design