jellycon/default.py
2017-03-17 15:41:46 +11:00

16 lines
307 B
Python

# Gnu General Public License - see LICENSE.TXT
from resources.lib.simple_logging import SimpleLogging
from resources.lib.functions import mainEntryPoint
log = SimpleLogging("EmbyCon.default")
log.info("About to enter mainEntryPoint()")
mainEntryPoint()
#clear done and exit.
#sys.modules.clear()