jellyfin-kodi/resources/lib/objects/__init__.py

6 lines
161 B
Python
Raw Normal View History

2016-10-28 05:02:47 +00:00
# Dummy file to make this directory a package.
from movies import Movies
from musicvideos import MusicVideos
from tvshows import TVShows
from music import Music