6 lines
112 B
Python
6 lines
112 B
Python
"""Constants for the Remember The Milk integration."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|