INNER CODE UNIT · Python
MlemGroup
iterative/mlem · mlem/cli/main.py:250
class MlemGroup(MlemMixin, TyperGroup):
order = ["common", "object", "runtime", "other"]
def __init__(
self,
name: Optional[str] = None,
commands: Optional[
Union[Dict[str, Command], Sequence[Command]]
] = None,
section: str = "other",
aliases: List[str] = None,
help: str = None,
**attrs: Any,
) -> None:
super().__init__(
name=name,
help=help,
aliases=aliases,