From 772bacfc8f2c5696e7f05deb630acb688286a547 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Wed, 25 Feb 2026 19:26:35 +0900 Subject: [PATCH] Update selector.py --- unshackle/core/utils/selector.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/unshackle/core/utils/selector.py b/unshackle/core/utils/selector.py index 5968e11..a48699c 100644 --- a/unshackle/core/utils/selector.py +++ b/unshackle/core/utils/selector.py @@ -7,20 +7,6 @@ from rich.table import Table from rich.text import Text from unshackle.core.console import console -""" -Select module for unshackle -Author: CodeName393 -========================== -[Acknowledgment] -The interactive selection concept and user interface design of this module -were inspired by the 'beaupy' library (MIT License). -(https://github.com/petereon/beaupy) - -[Note] -1. This code is an original implementation written from scratch and does not contain source code from the 'beaupy' library. -2. Parts of the implementation in this module were developed with the assistance of AI. -""" - IS_WINDOWS = sys.platform == "win32" if IS_WINDOWS: import msvcrt