Skip to content

Quickstart

This quickstart shows the typical pattern used across Doly Python modules:

  1. Import the module
  2. Initialize (if the module requires it)
  3. Register listeners (optional)
  4. Run commands
  5. Read state/values
  6. Dispose/cleanup (if the module requires it)

Each module page includes a Minimal working example based on its example.py.