summaryrefslogtreecommitdiff
path: root/plugin_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_template.py')
-rw-r--r--plugin_template.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugin_template.py b/plugin_template.py
deleted file mode 100644
index 43088b14..00000000
--- a/plugin_template.py
+++ /dev/null
@@ -1,19 +0,0 @@
-class Plugin:
- name = "Template Plugin"
-
- author = "SteamDeckHomebrew"
-
- main_view_html = "<html><body><h3>Template Plugin</h3></body></html>"
-
- tile_view_html = ""
-
- hot_reload = False
-
- async def __main(self):
- pass
-
- async def method_1(self, **kwargs):
- pass
-
- async def method_2(self, **kwargs):
- pass \ No newline at end of file