> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Common.enum

## StringEnum Objects

```python theme={"dark"}
class StringEnum(str, Enum)
```

Use this enum class if you need the helper that creates the enum instance from a string.
