#!/usr/bin/env python3 # -*- coding: utf-8 -*- __all__ = ['DateException'] class DateException(Exception): """Exceptions thrown if configured date is out of range"""