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 | 946ab7630ff9f406890f030b2df25416c06781b5 (patch) | |
| tree | ab39a553c57c0b4f12dce1b87d0ca2fb214c2537 /py_modules/lsfg_vk/__init__.py | |
| parent | c0ea447cfac66c9a5a9541cf92204a9928879591 (diff) | |
| download | decky-lsfg-vk-946ab7630ff9f406890f030b2df25416c06781b5.tar.gz decky-lsfg-vk-946ab7630ff9f406890f030b2df25416c06781b5.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__ = [] + |
