executableAvailable
Source-tree launcher
Runs Batch from a source checkout with the repository Python environment.
Reference contract
| Field | Value | Description |
|---|---|---|
| Invocation | python -m telionbatch | — |
| Runtime | repository Python environment | — |
Use python -m telionbatch from the repository root during development. The top-level module adds src to sys.path and delegates directly to the same telion_backend.v2.batch.main entry point used by packaged Batch mode.