PlexKodiConnect/service.py

9 lines
266 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
2016-03-03 15:28:44 +01:00
###############################################################################
2018-06-21 19:24:37 +02:00
from __future__ import absolute_import, division, unicode_literals
from resources.lib import service_entry
2015-03-13 22:24:59 +01:00
2018-06-21 19:24:37 +02:00
if __name__ == "__main__":
service_entry.start()