An open API service indexing awesome lists of open source software.

https://github.com/emmmatech/bad_enums

A very bad custom implementation of enums in Python.
https://github.com/emmmatech/bad_enums

Last synced: 12 months ago
JSON representation

A very bad custom implementation of enums in Python.

Awesome Lists containing this project

README

          

# 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