mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 08:29:00 +00:00
Update selector.py
This commit is contained in:
@@ -7,20 +7,6 @@ from rich.table import Table
|
|||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
from unshackle.core.console import console
|
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"
|
IS_WINDOWS = sys.platform == "win32"
|
||||||
if IS_WINDOWS: import msvcrt
|
if IS_WINDOWS: import msvcrt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user