diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-13 14:55:28 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-13 14:55:28 -0400 |
| commit | 9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1 (patch) | |
| tree | 4a2fd62c29871b50fcf759434df5ca8bb1888de5 /lsfg_vk/__init__.py | |
| parent | bbf9fed63432cccdb43b92fbb836ab4bbf9210ae (diff) | |
| download | decky-lsfg-vk-9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1.tar.gz decky-lsfg-vk-9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1.zip | |
rm dupe py files
Diffstat (limited to 'lsfg_vk/__init__.py')
| -rw-r--r-- | lsfg_vk/__init__.py | 14 |
1 files changed, 0 insertions, 14 deletions
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__ = [] |
