0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-12 11:38:10 +00:00
2024-10-28 18:49:59 +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')