Minimal Python package setup to get started with flow: * `pyporject.toml` with Inspect entrypoint * Import task in __init__ or _registry (whichever is needed) * Task file with a function decorated with `@task`
Minimal Python package setup to get started with flow:
pyporject.tomlwith Inspect entrypoint@task