Args.py 188 octets
Newer Older
# File to handle miscellaneous parameters.

from enum import Enum

class Args(Enum):
    WILDCARD = "*"
    SEPARATOR = ";"
    IGNORE_ERRORS = True
    SAVING_FOLDER = "../resources/csv/"