proj_flow.api.ctx
The proj_flow.api.ctx provides tools for preparing the project template.
- class proj_flow.api.ctx.Setting(json_key: str, prompt: str = '', value: str | bool | List[str] | Callable[[], str | bool | List[str]] | Callable[[Dict[str, str | bool]], str | bool | List[str]] = '', fix: str | None = None, force_fix: bool = False, project: str | None = None)