1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-kodi.git synced 2025-02-15 08:35:44 +00:00
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