mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
6 lines
86 B
Python
6 lines
86 B
Python
from typing import Dict
|
|
|
|
|
|
def syntax_aliases(x: str) -> Dict[str, str]:
|
|
return {}
|