mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
9 lines
130 B
Python
9 lines
130 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), "resources", "lib"))
|
|
|
|
import monitor
|
|
|
|
monitor.run()
|