Args.py 104 octets
Newer Older
from enum import Enum

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