forked from Deuxfleurs/mknet
7 lines
148 B
Python
Executable file
7 lines
148 B
Python
Executable file
#!/usr/bin/env python3
|
|
from fragments import garage, s3lat, shared
|
|
|
|
if shared.id() == 1:
|
|
garage.deploy_coord()
|
|
else:
|
|
garage.deploy_follow()
|