from .logger import setup_logger def init(): from .config import file_encoding setup_logger(file_encoding=file_encoding)