rozdeleni do struktury
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import subprocess
|
||||
|
||||
|
||||
def run_command(args):
|
||||
return subprocess.run(args, capture_output=True, text=True)
|
||||
Reference in New Issue
Block a user