diff options
Diffstat (limited to 'scenarios')
-rw-r--r-- | scenarios/fragments/warp.py | 0 | ||||
-rwxr-xr-x | scenarios/garage-warp | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scenarios/fragments/warp.py b/scenarios/fragments/warp.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/scenarios/fragments/warp.py diff --git a/scenarios/garage-warp b/scenarios/garage-warp new file mode 100755 index 0000000..e8d466a --- /dev/null +++ b/scenarios/garage-warp @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +from fragments import garage, warp, shared + +if shared.id() == 1: + pass + + |