mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +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 {}
|