PlexKodiConnect/service.py

9 lines
266 B
Python
Raw Normal View History

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