mirror of
https://github.com/jellyfin/jellycon.git
synced 2025-02-06 05:06:48 +00:00
16 lines
307 B
Python
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()
|
|
|
|
|