From a66a05e45fe147c1a06b692f264ee6b0e99c011a Mon Sep 17 00:00:00 2001 From: ptvlk6bi2 <2584981545@qq.com> Date: Sat, 9 Jul 2022 11:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CarQuery.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CarQuery.py 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]]