parent
2469739971
commit
7ba1b95963
1 changed files with 3 additions and 1 deletions
@ -1,5 +1,7 @@ |
||||
import os |
||||
import sys |
||||
|
||||
from Log import ShColors |
||||
def exec(command): |
||||
print(ShColors.OKGREEN) |
||||
os.system(f"{command}") |
||||
print(ShColors.ENDC) |
||||
|
Loading…
Reference in New Issue