pasch/pasch
Joscha 442f389b36 Shorten Module.orchestrator and Orchestrator.console
`Orchestrator.console` was shortened to `Orchestrator.c` for convenience
so that a function `@module def foo(o: Orchestrator, ...)` can just use
`o.c.print` instead of `o.console.print`. Existing `class Foo(Module)`
should still use `self.c` like before.

Module.orchestrator was shortened to Module.o for convenience and
consistency with `Module.c`.
2025-11-04 02:56:18 +01:00
..
file Add TomlFile 2025-11-03 02:04:07 +01:00
modules Shorten Module.orchestrator and Orchestrator.console 2025-11-04 02:56:18 +01:00
__init__.py Add @module annotation 2025-11-04 02:39:11 +01:00
cmd.py Prompt user whether to replace file contents 2025-11-03 02:24:12 +01:00
orchestrator.py Shorten Module.orchestrator and Orchestrator.console 2025-11-04 02:56:18 +01:00
util.py Prompt user whether to replace file contents 2025-11-03 02:24:12 +01:00