diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-15 17:12:21 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-15 17:12:21 +0200 |
commit | 9652978433b3a327573ddbfc51c23070869e0c9c (patch) | |
tree | d7c65ca7faf67a7db11971354fa8e60414826b8f /scenarios/garage-warp | |
parent | 62e4ed55a47f04546a195e3d514b060fe3ac23cb (diff) | |
download | mknet-9652978433b3a327573ddbfc51c23070869e0c9c.tar.gz mknet-9652978433b3a327573ddbfc51c23070869e0c9c.zip |
Improve README
Diffstat (limited to 'scenarios/garage-warp')
-rwxr-xr-x | scenarios/garage-warp | 7 |
1 files changed, 7 insertions, 0 deletions
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 + + |