From 69c6c32b62be99783539c41a14b89518ebf67e09 Mon Sep 17 00:00:00 2001 From: "2193177243@qq.com" <2193177243@qq.com> Date: Mon, 9 Oct 2023 10:21:57 +0800 Subject: [PATCH] tijiao --- ptml/ptmlTranslateAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptml/ptmlTranslateAPI.py b/ptml/ptmlTranslateAPI.py index fd6212a..47c011d 100644 --- a/ptml/ptmlTranslateAPI.py +++ b/ptml/ptmlTranslateAPI.py @@ -16,7 +16,7 @@ class PyTreesAPI(): def prepare(self) -> None: # import libraries - self.pystr += 'import py_trees\n' + self.pystr += 'import py_trees as tree\n' self.pystr += '\n' * 2