```python from simplenum import Enum class Colour(Enum): red green blue ``` In PyCharm, it will show errors like this.  How to fix it?