This commit is contained in:
Johnny
2026-07-13 09:39:24 +02:00
parent 2e43c0ff49
commit 55684ec37c
13 changed files with 1132 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
# Installed launcher for the Assembly Session Player.
exec env PYTHONPATH="__PYTHONPATH__:${PYTHONPATH}" python3 -m assembly_player "$@"