Following suggestion this is a subset of #417 to focus just on exporting Rust enums without data to Python. These should be fairly straightforward to support - we could borrow inspiration from C++'s boost.Python and pybind11. We might also want compatibility with the Python enum library.