summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-21 23:54:40 -0400
committerGitHub <noreply@github.com>2025-10-21 23:54:40 -0400
commit4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc (patch)
tree58db3626b3678546e5cb1c4de9bcfc627fde46c7 /main.py
parent0742fbac1c6c27af1e11aec6e5231d2dc70e78ff (diff)
parent53ff3cf75dc903ff1cc82bce9d11e2eaf13f4d81 (diff)
downloaddecky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.tar.gz
decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.zip
Merge pull request #190 from xXJSONDeruloXx/cleanup-misc
More cleanup
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 0 insertions, 4 deletions
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']