Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created July 13, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goddoe/d0bba6579d33143378de5f1d8de998de to your computer and use it in GitHub Desktop.
Save goddoe/d0bba6579d33143378de5f1d8de998de to your computer and use it in GitHub Desktop.
datatype.py
class DataType(str, Enum):
WITH_SUFFIX = "WITH_SUFFIX"
WITHOUT_SUFFIX = "WITHOUT_SUFFIX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment