class CarQuery: def __init__(self, argv): self.geo = [float(ele) for ele in argv[0:2]]