def vao_ext_id_to_ifopt_stop_id(vao_ext_id: str) -> Optional[str]:
"""Converts a VAO EXT ID like "476164600" to the IFOPT stop ID like "at:47:61646".
In case the vao_ext_id cannot be converted, None is returned."""
def vao_ext_id_to_ifopt_stop_id(vao_ext_id: str) -> Optional[str]:
"""Converts a VAO EXT ID like "476164600" to the IFOPT stop ID like "at:47:61646".
In case the vao_ext_id cannot be converted, None is returned."""