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