Quickstart¶
This quickstart shows the typical pattern used across Doly Python modules:
- Import the module
- Initialize (if the module requires it)
- Register listeners (optional)
- Run commands
- Read state/values
- Dispose/cleanup (if the module requires it)
Each module page includes a Minimal working example based on its example.py.