From f32c8760d15bf4713b3f9af1384219a44322febd Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Tue, 21 Oct 2025 21:45:14 -0400 Subject: rm old comments --- main.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 18b93f9..b4ae724 100644 --- a/main.py +++ b/main.py @@ -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'] -- cgit v1.2.3