summaryrefslogtreecommitdiff
path: root/plugin.video.spiketv/default.py
diff options
context:
space:
mode:
authorLunatixz <Kgraer@gmail.com>2017-11-18 22:42:49 -0500
committerLunatixz <Kgraer@gmail.com>2017-11-18 22:42:49 -0500
commit153f3ae5d99a0d96840b855b856f14616ffd9b8b (patch)
tree71566c4fa1e31d29ae1eb8b0090a1d4ff1166273 /plugin.video.spiketv/default.py
parent8b26641a7a62343a70a59967fc5b345bb494f200 (diff)
[plugin.video.spiketv] 1.0.0
Diffstat (limited to 'plugin.video.spiketv/default.py')
-rw-r--r--plugin.video.spiketv/default.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugin.video.spiketv/default.py b/plugin.video.spiketv/default.py
new file mode 100644
index 0000000..e4ad59d
--- /dev/null
+++ b/plugin.video.spiketv/default.py
@@ -0,0 +1,23 @@
+# Copyright (C) 2017 Lunatixz
+#
+#
+# This file is part of SpikeTV.
+#
+# SpikeTV is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# SpikeTV is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with SpikeTV. If not, see <http://www.gnu.org/licenses/>.
+
+# -*- coding: utf-8 -*-
+
+#entrypoint
+if __name__ == '__main__':
+ from resources.lib import spiketv \ No newline at end of file