summaryrefslogtreecommitdiff
path: root/main_new.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-13 19:38:12 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-13 19:38:12 -0400
commitc051c3a0404a8bf3039790d666e8f6911da44210 (patch)
treedafd7a7926a18eee84abd99983603c235c6c124e /main_new.py
parent9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1 (diff)
downloaddecky-lsfg-vk-c051c3a0404a8bf3039790d666e8f6911da44210.tar.gz
decky-lsfg-vk-c051c3a0404a8bf3039790d666e8f6911da44210.zip
rm unused
Diffstat (limited to 'main_new.py')
-rw-r--r--main_new.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/main_new.py b/main_new.py
deleted file mode 100644
index 18b93f9..0000000
--- a/main_new.py
+++ /dev/null
@@ -1,13 +0,0 @@
-"""
-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']