```python ## protenix\config\config.py line 69-70 elif isinstance(value, ValueMaybeNone): return value.dtype, value.value, True, False ``` The name `ValueMaybeNone` is confusing. Should we give it a better name ?
The name
ValueMaybeNoneis confusing. Should we give it a better name ?