5 lines
148 B
Python
5 lines
148 B
Python
"""The pyiCloud library."""
|
|
import logging
|
|
from pyicloud.base import PyiCloudService
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|