Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / type / people.py
index 3a6f743342f0d0c84f3eb139e5a5ebf16bab1553..521c63babc6afb8d257fd3de4f53aa8a04972aff 100644 (file)
@@ -1,11 +1,13 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """An enum to represent people."""
 
 import enum
 
 
-class Person(enum.IntEnum):
+class Person(enum.Enum):
     """An enum to represent people."""
 
     UNKNOWN = 0