mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Add the needed import to the example
This commit is contained in:
parent
3290bf3c35
commit
55597dcea5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue