From 9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sun, 13 Jul 2025 14:55:28 -0400 Subject: rm dupe py files --- lsfg_vk/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lsfg_vk/__init__.py (limited to 'lsfg_vk/__init__.py') diff --git a/lsfg_vk/__init__.py b/lsfg_vk/__init__.py deleted file mode 100644 index 8343853..0000000 --- a/lsfg_vk/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -""" -lsfg-vk plugin package for Decky Loader. - -This package provides services for installing and managing the lsfg-vk -Vulkan layer for Lossless Scaling frame generation. -""" - -# Import will be available once plugin.py exists -try: - from .plugin import Plugin - __all__ = ['Plugin'] -except ImportError: - # During development, plugin may not exist yet - __all__ = [] -- cgit v1.2.3