Functions
main
1
int
▼
Entry point for ``python -m kida`` and the ``kida`` console script.
main
1
int
▼
def main(argv: list[str] | None = None) -> int
Parameters
| Name | Type | Description |
|---|---|---|
argv |
list[str] | None |
Default:None
|
Returns
int