bazarr/bazarr/api/series/__init__.py

9 lines
96 B
Python

# coding=utf-8
from .series import api_ns_series
api_ns_list_series = [
api_ns_series,
]