summaryrefslogtreecommitdiff
path: root/plugin.video.rtpplay/main.py
blob: 2630ed992f30487a87ce7dacf9ceb0ae7c9a3de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-

from resources.lib import kodilogging
from resources.lib import plugin

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()

plugin.run()