from enum import Enum class Args(Enum): WILDCARD = "*" SEPARATOR = ";" IGNORE_ERRORS = True