summaryrefslogtreecommitdiff
path: root/locations.py
diff options
context:
space:
mode:
authorScott <[email protected]>2021-12-06 15:43:17 -0800
committerScott <[email protected]>2021-12-06 15:43:17 -0800
commitba223f821df1e9b8abbb6f6d23d5ba92c5a70b05 (patch)
tree637aa43cfa5049ddf07eea3c2ec9ff51ec1be2d8 /locations.py
parent4f11c12a1afb209eb1ba52a4632c5f49234cc0dc (diff)
Move stuff around.
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