From PR #56 review (item #49).
NVIDIA brands it as gr00t but Python identifiers can't start with digits or contain 00 in module names. Currently using groot which is the standard Python convention.
Options:
- Keep
groot (current, Pythonic)
- Rename to
gr00t package with __init__ alias
- Add
gr00t as an importable alias
Priority: Low — naming/bikeshed