Add the needed import to the example

This commit is contained in:
Kovid Goyal
2020-12-14 19:23:30 +05:30
parent 3290bf3c35
commit 55597dcea5

View File

@@ -20,6 +20,8 @@ your machine).
.. code-block:: python .. code-block:: python
from typing import List
def main(args: List[str]) -> str: def main(args: List[str]) -> str:
# this is the main entry point of the kitten, it will be executed in # this is the main entry point of the kitten, it will be executed in
# the overlay window when the kitten is launched # the overlay window when the kitten is launched