From 07534f8487ba8a04d63e73c22385158479c3c6cc Mon Sep 17 00:00:00 2001 From: Chris Pham Date: Sat, 3 Feb 2018 13:45:51 -0800 Subject: [PATCH] Starting of mapping class refactor --- ground_station/resources/core/MapHelper.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ground_station/resources/core/MapHelper.py diff --git a/ground_station/resources/core/MapHelper.py b/ground_station/resources/core/MapHelper.py new file mode 100644 index 0000000..d3f2cfe --- /dev/null +++ b/ground_station/resources/core/MapHelper.py @@ -0,0 +1,3 @@ +class MapHelper(object): + def __init__(self): + return