v1.5.5
This commit is contained in:
14
plugin/pythonim/__init__.py
Normal file
14
plugin/pythonim/__init__.py
Normal 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')
|
||||
|
||||
BIN
plugin/pythonim/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
plugin/pythonim/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user