Abraham
Results
1
comments of
Abraham
Hi @azazel75, It is not a matter of having enums in Javascript, it is a matter of supporting Python Enums (https://docs.python.org/3/howto/enum.html). So I have an Enum in Python like: ```...