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