simple-enum
simple-enum copied to clipboard
A simpler Enum for Python 3.
Results
1
simple-enum issues
Sort by
recently updated
recently updated
newest added
```python from simplenum import Enum class Colour(Enum): red green blue ``` In PyCharm, it will show errors like this.  How to fix it?