Recatored

This commit is contained in:
2022-12-09 12:03:45 +01:00
parent 5478ef39bc
commit 6fdee37c9f
8 changed files with 97 additions and 89 deletions

View File

@@ -3,11 +3,11 @@
import subprocess
class Cli:
class Cli():
def __init__(self):
self.command = '';
self.output = [];
self.command = ''
self.output = []
pass
def executeCommand(self,command):