mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 00:46:17 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
from typing import Dict
|
|
|
|
|
|
def syntax_aliases(x: str) -> Dict[str, str]:
|
|
return {}
|