Move stuff around.
[python_utils.git] / type / locations.py
diff --git a/type/locations.py b/type/locations.py
new file mode 100644 (file)
index 0000000..744f63a
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/env python3
+
+import enum
+
+class Location(enum.Enum):
+    UNKNOWN = 0
+    HOUSE = 1
+    CABIN = 2