Change all enums to upper case as recommend by the [documentation](https://docs.python.org/3/howto/enum.html#enum-basic-tutorial). _Originally posted by @volkm in https://github.com/stormchecker/stormpy/pull/403#pullrequestreview-4379940438_ We should probably do this while ensuring "deprecated" old enum names?
Change all enums to upper case as recommend by the documentation.
Originally posted by @volkm in #403 (review)
We should probably do this while ensuring "deprecated" old enum names?