This commit is contained in:
2024-07-07 01:16:18 +08:00
commit 49901e616f
60 changed files with 8147 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
"""
python by autoz
v0.1
"""
import os
command_list = ['pyim']
def run(command):
if command == 'pyim':
pyim()
def pyim():
os.system('python3')

Binary file not shown.