Files
jellyplist/lidarr/__init__.py
2024-12-03 23:11:05 +00:00

2 lines
59 B
Python

from .client import LidarrClient
__all__ = ["LidarrClient"]