mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-29 16:47:52 +00:00
8 lines
164 B
Python
8 lines
164 B
Python
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
import xbmc
|
|
|
|
monitor = xbmc.Monitor()
|
|
monitor.waitForAbort()
|