8 lines
157 B
Python
8 lines
157 B
Python
"""
|
|
__init__.py
|
|
"""
|
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
|
import logging
|
|
|
|
log = logging.getLogger(__name__)
|