from typing import Dict def syntax_aliases(x: str) -> Dict[str, str]: return {}