summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/__init__.py
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-21 23:54:40 -0400
committerGitHub <noreply@github.com>2025-10-21 23:54:40 -0400
commit7e6d29d9cb731d2648399282be87adb98e183084 (patch)
tree58db3626b3678546e5cb1c4de9bcfc627fde46c7 /py_modules/lsfg_vk/__init__.py
parent7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff)
parent192716ecfd85199f2d5704314eb7873635d190e9 (diff)
downloaddecky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.tar.gz
decky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.zip
Merge pull request #190 from xXJSONDeruloXx/cleanup-miscv0.12.1
More cleanup
Diffstat (limited to 'py_modules/lsfg_vk/__init__.py')
-rw-r--r--py_modules/lsfg_vk/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/py_modules/lsfg_vk/__init__.py b/py_modules/lsfg_vk/__init__.py
index 8343853..31c553b 100644
--- a/py_modules/lsfg_vk/__init__.py
+++ b/py_modules/lsfg_vk/__init__.py
@@ -5,10 +5,9 @@ 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__ = []
+