# tmuxp.workspace.importers.import_teamocil

- **Module:** tmuxp.workspace.importers
- **Package:** tmuxp
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/workspace/importers.py#L116
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-workspace-importers-import_teamocil/

```
tmuxp.workspace.importers.import_teamocil(workspace_dict: dict[str, t.Any]) -> dict[str, t.Any]
```

Return tmuxp workspace from a `teamocil`__ YAML workspace.

__ https://github.com/remiprev/teamocil

## Parameters

- `workspace_dict` (dict[str, t.Any]): python dict for tmuxp workspace
