Files
spielplatz/kodi/context.kino.control/main.py
2017-11-21 21:35:50 +01:00

12 lines
208 B
Python

# -*- coding: utf-8 -*-
from resources.lib import context
import xbmcaddon
# Keep this file to a minimum, as Kodi
# doesn't keep a compiled copy of this
ADDON = xbmcaddon.Addon()
context.run()