py/split
This commit is contained in:
parent
916b7a56cd
commit
d6f00d6945
2 changed files with 7 additions and 5 deletions
|
@ -109,6 +109,10 @@ def set_ssh(*arguments):
|
|||
os.chmod(known, 0o400)
|
||||
|
||||
|
||||
def split():
|
||||
print(env.SPLIT, flush=True)
|
||||
|
||||
|
||||
def step(*arguments):
|
||||
env.STEP += 1
|
||||
print(env.DOWN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue