(OLD) A very bad custom implementation of enums in Python.
|
|
||
|---|---|---|
| bad_enums | feat: initial commit | |
| .gitignore | feat: initial commit | |
| LICENSE | feat: initial commit | |
| pyproject.toml | feat: initial commit | |
| README.md | feat: initial commit | |
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