From dac1a26aef20a43eeac1f94dad59a97975ba2f6e Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 20 May 2026 00:09:27 +0200 Subject: [PATCH] added a run stand task --- pixi.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pixi.toml b/pixi.toml index d1653f8..7081800 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,6 +6,7 @@ platforms = ["linux-64"] version = "0.0.2" [tasks] +stand = "./stand.py" [dependencies] python = ">=3.13,<3.14"