file
attribute
logger= logging.getLogger(f'{__name__.split('.')[0]}')
attribute
tag= 'File'
attribute
VALID_CHAR= re.compile('^[a-zA-Z0-9_\\-.]+$')
attribute
INVALID_CHAR= re.compile('[^a-zA-Z0-9_\\-.]')
attribute
logger= logging.getLogger(f'{__name__.split('.')[0]}')
attribute
tag= 'File'
attribute
VALID_CHAR= re.compile('^[a-zA-Z0-9_\\-.]+$')
attribute
INVALID_CHAR= re.compile('[^a-zA-Z0-9_\\-.]')