5 lines
129 B
Python
5 lines
129 B
Python
from .logger import setup_logger
|
|
|
|
def init():
|
|
from .config import file_encoding
|
|
setup_logger(file_encoding=file_encoding) |