X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=type%2Flocations.py;h=b311064a680bf87350949c419e36bd9a474816ae;hb=001b734eb651c819d880df1017829bd54d7c16f7;hp=718a5f1edd5d277e71ff3204a7d273617d581741;hpb=2e8dd08f5f4f9624facf4d38ea6b276cc8131f56;p=python_utils.git diff --git a/type/locations.py b/type/locations.py index 718a5f1..b311064 100644 --- a/type/locations.py +++ b/type/locations.py @@ -1,12 +1,14 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """An enum to represent locations.""" import enum @enum.unique -class Location(enum.IntEnum): +class Location(enum.Enum): """An enum to represent locations.""" UNKNOWN = 0