from typing import Any

def City(response: Any) -> Any: ...
def Country(response: Any) -> Any: ...
