Work on porting kittens to use new key infrastructure

Also move type definitions into their own module
This commit is contained in:
Kovid Goyal
2021-01-14 21:35:48 +05:30
parent 0714fd376b
commit 027c5a57f1
30 changed files with 524 additions and 721 deletions

View File

@@ -10,7 +10,7 @@ from typing import (
Any, Deque, Dict, Generator, Iterator, List, Optional, Tuple, Union
)
from .constants import WindowGeometry
from .types import WindowGeometry
from .typing import EdgeLiteral, TabType, WindowType
WindowOrId = Union[WindowType, int]