Eclipse project now.

This commit is contained in:
2017-11-12 17:28:39 +01:00
parent 8ff7321a17
commit 7b17b52e33
13 changed files with 848 additions and 4 deletions

View File

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