import logging __all__ = ["Logger"] Logger = logging.getLogger("HuiMvOCR") Logger.setLevel(logging.WARNING)