-
Hi I have a simple rust enum that I am exporting to Python
How do I get the value of MyEnum.ZERO in Python?
|
Beta Was this translation helpful? Give feedback.
Answered by
kpr-8
May 17, 2023
Replies: 1 comment 1 reply
-
Answering my own question - this seems to work
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidhewitt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question - this seems to work