From a2e95081c5634676f8540a140896e87884677d8b Mon Sep 17 00:00:00 2001 From: Tommmy Date: Wed, 2 Apr 2025 13:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=A8=A1=E5=9D=97=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=EF=BC=8C=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/main.py b/main.py index 8508a75..34d1334 100644 --- a/main.py +++ b/main.py @@ -1,11 +1,4 @@ -import os -import shlex -import subprocess -import readline -import time -import getpass -import sys -import re +import os, readline, time, getpass, sys, re, shlex, subprocess # 自动补全功能,基于系统命令 def completer(text, state):