move python demos to _pydemo

This commit is contained in:
xushiwei
2024-05-11 05:04:02 +08:00
parent d9db5528f5
commit 31d91f5e87
5 changed files with 30 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ import (
)
const (
LLGoPackage = "link: $LLGO_PYTHON_ROOT/python3.12"
LLGoPackage = "link: $LLGO_LIB_PYTHON"
)
// -----------------------------------------------------------------------------