import logging

from . import log

logging.getLogger(log.MAIN_LOGGER).setLevel(logging.DEBUG)
log.log_to_file()

__version__ = "4.0.5"
