diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-21 23:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 23:54:40 -0400 |
| commit | 4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc (patch) | |
| tree | 58db3626b3678546e5cb1c4de9bcfc627fde46c7 /py_modules/lsfg_vk/__init__.py | |
| parent | 0742fbac1c6c27af1e11aec6e5231d2dc70e78ff (diff) | |
| parent | 53ff3cf75dc903ff1cc82bce9d11e2eaf13f4d81 (diff) | |
| download | decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.tar.gz decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.zip | |
Merge pull request #190 from xXJSONDeruloXx/cleanup-misc
More cleanup
Diffstat (limited to 'py_modules/lsfg_vk/__init__.py')
| -rw-r--r-- | py_modules/lsfg_vk/__init__.py | 3 |
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__ = [] + |
