summaryrefslogtreecommitdiff
path: root/locations.py
diff options
context:
space:
mode:
Diffstat (limited to 'locations.py')
-rw-r--r--locations.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/locations.py b/locations.py
deleted file mode 100644
index 744f63a..0000000
--- a/locations.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python3
-
-import enum
-
-class Location(enum.Enum):
- UNKNOWN = 0
- HOUSE = 1
- CABIN = 2