diff options
| author | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 21:45:14 -0400 |
|---|---|---|
| committer | xXJsonDeruloXx <danielhimebauch@gmail.com> | 2025-10-21 21:45:14 -0400 |
| commit | f32c8760d15bf4713b3f9af1384219a44322febd (patch) | |
| tree | 7d6d85cc39f193b92bc2fd63dd63675aa46a32be /main.py | |
| parent | 7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff) | |
| download | decky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.tar.gz decky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.zip | |
rm old comments
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'] |
