mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2026-07-23 02:14:15 +00:00
Recatored
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user