12 lines
208 B
Python
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()
|