You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Information_Management_System/CarQuery.py

4 lines
99 B

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