def wf(): """Lazy `Workflow` object.""" global _wf if _wf is None: _wf = workflow.Workflow() return _wf