diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 22:04:39 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 22:04:39 -0400 |
| commit | 450e70a16310b18ae62ec4cb74a11b23197bb529 (patch) | |
| tree | ab39a553c57c0b4f12dce1b87d0ca2fb214c2537 /py_modules/lsfg_vk/__init__.py | |
| parent | f32c8760d15bf4713b3f9af1384219a44322febd (diff) | |
| download | decky-lsfg-vk-450e70a16310b18ae62ec4cb74a11b23197bb529.tar.gz decky-lsfg-vk-450e70a16310b18ae62ec4cb74a11b23197bb529.zip | |
rm more comments, ill recomb for myself later
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__ = [] + |
