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 | 7e6d29d9cb731d2648399282be87adb98e183084 (patch) | |
| tree | 58db3626b3678546e5cb1c4de9bcfc627fde46c7 /main.py | |
| parent | 7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff) | |
| parent | 192716ecfd85199f2d5704314eb7873635d190e9 (diff) | |
| download | decky-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 'main.py')
| -rw-r--r-- | main.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2,12 +2,8 @@ Main entry point for the lsfg-vk Decky Loader plugin. This file imports and exposes the Plugin class from the lsfg_vk package. -The actual implementation has been refactored into separate service modules -for better maintainability and testability. """ -# Import the refactored Plugin class from lsfg_vk import Plugin -# Re-export Plugin at module level for Decky Loader compatibility __all__ = ['Plugin'] |
