mirror of
https://github.com/Kizuren/LidlConnect.py.git
synced 2026-01-08 15:37:46 +01:00
5 lines
No EOL
98 B
Python
5 lines
No EOL
98 B
Python
"""Lidl Connect API client library."""
|
|
|
|
from .client import LidlConnect
|
|
|
|
__all__ = ["LidlConnect"] |