fourth iteration

This commit is contained in:
Maxim Kurnikov
2018-08-11 02:23:18 +03:00
parent c6bceb19f4
commit 8cc446150c
113 changed files with 2285 additions and 9835 deletions

View File

@@ -19,12 +19,4 @@ DEFAULT_PALETTE = DARK_PALETTE
def parse_color_setting(
config_string: str
) -> Optional[
Dict[
str,
Union[
Dict[str, Union[Tuple[str, str], str]],
Dict[str, Union[Tuple[str], str]],
],
]
]: ...
) -> Optional[Dict[str, Dict[str, Union[Tuple[str], str]]]]: ...