0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-07 23:19:52 +00:00
2024-10-27 19:37:50 +01:00

8 lines
196 B
Python

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
import xbmcgui
dialog = xbmcgui.Dialog()
dialog.ok('', 'This is a console-only addon')