diff --git a/docs/kittens/custom.rst b/docs/kittens/custom.rst index a3b830be5..65f337dab 100644 --- a/docs/kittens/custom.rst +++ b/docs/kittens/custom.rst @@ -20,6 +20,8 @@ your machine). .. code-block:: python + from typing import List + def main(args: List[str]) -> str: # this is the main entry point of the kitten, it will be executed in # the overlay window when the kitten is launched