mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-07 23:19:52 +00:00
8 lines
196 B
Python
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')
|