We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f5417 commit ae87291Copy full SHA for ae87291
pixi.toml
@@ -8,6 +8,7 @@ version = "0.1.0"
8
[tasks]
9
serve = "python server.py"
10
stream = "python streaming_client.py"
11
+sync_client = "python sync_client.py"
12
write = "python writing_client.py"
13
test = "pytest tests/"
14
0 commit comments