Module edawesome.configs

Expand source code
# Use TOML file which can be changed by user

SUPPORTED_INPUT_FORMATS = (
    'csv', 'tsv',
    'xls', 'xlsx'
)

# TODO add other formats (like in pd) and test it

CATEGORY_MAX = 5