From 450e70a16310b18ae62ec4cb74a11b23197bb529 Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Tue, 21 Oct 2025 22:04:39 -0400 Subject: rm more comments, ill recomb for myself later --- py_modules/lsfg_vk/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'py_modules/lsfg_vk/__init__.py') 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__ = [] + -- cgit v1.2.3