# constants

Shared constants for column names and sentinel values used across the
package. All names live on the `Constants` class so they can be imported
from a single location without risk of typos.

```{eval-rst}
.. automodule:: casanovoutils.constants
   :members:
   :undoc-members:
   :show-inheritance:
```
