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)
|
2017-02-01 13:39:11 -08:00
|
|
|
|
|
|
|
|
import xbmcgui
|
|
|
|
|
import subprocess
|
|
|
|
|
|
|
|
|
|
xbmcgui.Dialog().ok('', 'This is a console-only addon')
|
|
|
|
|
|