Example #1
0
#!/usr/bin/env python
# encoding=UTF-8

from config import LOGGER


LOGGER.notice('Hello')
LOGGER.error('World')