diff options
Diffstat (limited to 'type/locations.py')
| -rw-r--r-- | type/locations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/type/locations.py b/type/locations.py index 744f63a..24ab063 100644 --- a/type/locations.py +++ b/type/locations.py @@ -2,6 +2,7 @@ import enum + @enum.unique class Location(enum.Enum): UNKNOWN = 0 |
