1
0
Fork
You've already forked bad_enums
0
(OLD) A very bad custom implementation of enums in Python.
  • Python 100%
2022年09月18日 13:00:41 -07:00
bad_enums feat: initial commit 2022年09月18日 13:00:41 -07:00
.gitignore feat: initial commit 2022年09月18日 13:00:41 -07:00
LICENSE feat: initial commit 2022年09月18日 13:00:41 -07:00
pyproject.toml feat: initial commit 2022年09月18日 13:00:41 -07:00
README.md feat: initial commit 2022年09月18日 13:00:41 -07:00

bad_enums

This is a custom enums implementation for Python that is probably worse than the stdlib implementation.

New features:

  • The ability to allow for more than one type for enum members
  • Inheriting enum members