# main

Top-level CLI entry point. Assembles the nested `COMMANDS` dict from each
submodule and exposes them as the single `casanovoutils` command via
`fire.Fire`.

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