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

6 lines
161 B
Python
Raw Normal View History

2016-10-10 08:19:00 +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