mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
7 lines
141 B
Python
Executable File
7 lines
141 B
Python
Executable File
"""VeSync API Library."""
|
|
import logging
|
|
|
|
logging.basicConfig(
|
|
level=logging.INFO, format="%(asctime)s - %(levelname)5s - %(message)s"
|
|
)
|