initial checkin
[sfa.git] / sfa / rspecs / elements / location.py
diff --git a/sfa/rspecs/elements/location.py b/sfa/rspecs/elements/location.py
new file mode 100644 (file)
index 0000000..a5a9260
--- /dev/null
@@ -0,0 +1,9 @@
+from sfa.rspecs.elements.element import Element
+
+class Location(Element):
+    
+    fields = {
+        'country': None,
+        'longitude': None,
+        'latitude': None,
+    }