File: __init__.py

package info (click to toggle)
python-aiopyarr 23.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,300 kB
  • sloc: python: 25,335; makefile: 22; javascript: 11
file content (8 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
"""An asynchronous client for Lidarr/Radarr/Readarr/Sonarr APIs."""

from .exceptions import *  # noqa: F401, F403
from .models.lidarr import *  # noqa: F401, F403
from .models.radarr import *  # noqa: F401, F403
from .models.readarr import *  # noqa: F401, F403
from .models.request import *  # noqa: F401, F403
from .models.sonarr import *  # noqa: F401, F403