13 lines
181 B
Python
Executable file
13 lines
181 B
Python
Executable file
#!/usr/bin/env python3
|
|
from fragments import garage, warp, shared
|
|
|
|
|
|
|
|
if shared.id() == 1:
|
|
garage.deploy_coord()
|
|
warp.on_garage()
|
|
garage.delete_key()
|
|
garage.destroy()
|
|
else
|
|
|
|
|