"""MySQL connectors module.""" import collections HealthCheckResult = collections.namedtuple( 'HealthCheckResult', ['bool', 'message'])