j
k
j a
j l
Joao S. O. Bueno wrote:
class MyEnum(Enum): RED, GREEN, BLUE load_constants(MyEnum, globals() )
class MyEnum(Enum): RED, GREEN, BLUE
load_constants(MyEnum, globals() )
The "obvious" way to spell this would be from MyEnum import * but it would be challenging to make that work, I suspect. :-( -- Greg
Back to the thread
Back to the list