Metadata-Version: 2.1
Name: bad-enums
Version: 1.0.0
Summary: A very bad custom implementation of enums in Python.
Author: EmreTech
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# 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

