2019-03-26 15:59:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-07-16 20:45:36 +02:00
|
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
2016-04-25 10:29:25 -07:00
|
|
|
|
|
|
|
|
import xbmcgui
|
|
|
|
|
|
|
|
|
|
dialog = xbmcgui.Dialog()
|
|
|
|
|
dialog.ok('', 'This is a console-only addon')
|