diff --git a/CarQuery.py b/CarQuery.py new file mode 100644 index 0000000..eea2b16 --- /dev/null +++ b/CarQuery.py @@ -0,0 +1,3 @@ +class CarQuery: + def __init__(self, argv): + self.geo = [float(ele) for ele in argv[0:2]]