Mojzis

Results 1 comments of Mojzis

I think what you want to do might be this ? ``` from aenum import Enum, auto class A(Enum): _init_ = 'value comment' a = 1, 'comment for a' b...