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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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