"""VeSync API Library."""
import logging

logging.basicConfig(
    level=logging.INFO, format="%(asctime)s - %(levelname)5s - %(message)s"
)