From d6dbb82378b1bd473430c3c2a8a356390e1b9b13 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 22 Jan 2025 20:50:12 -0500 Subject: fixed bad imports --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 94f45f0..5b60721 100644 --- a/main.py +++ b/main.py @@ -1,9 +1,9 @@ import os import subprocess import json -from decky_plugin import PluginBase +import decky -class Plugin(PluginBase): +class Plugin: async def get_installed_games(self) -> str: library_file = "/home/deck/.steam/steam/steamapps/libraryfolders.vdf" libraries = [] -- cgit v1.2.3