This commit is contained in:
Lartza
2020-03-10 22:22:20 +02:00
parent 44c7adae1f
commit b2ced96ba4
15 changed files with 166 additions and 121 deletions

View File

@ -1,5 +1,6 @@
import variables as var
def strings(option, *argv, **kwargs):
string = ""
try:
@ -22,6 +23,7 @@ def strings(option, *argv, **kwargs):
else:
return string
def commands(command):
string = ""
try: