summaryrefslogtreecommitdiff
path: root/py/enum.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-11-20compilesDan Halbert
2020-09-21py: Add enum helper codeJeff Epler
This makes it much easier to implement enums, and the printing code is shared. We might want to convert other enums to this in the future.