1 2 3 4 5 6 7
"""Contain logic for checking standard error files""" import re from .errors import InvalidValue def valid_value(val): return None