Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(register): updated register_enum function support custom classes
Use isinstance instead of type to support instances of enum class in addition to exact same type.
- Loading branch information