This commit is contained in:
2193177243@qq.com 2023-10-09 10:21:57 +08:00
parent 2cf5114f4d
commit 69c6c32b62
1 changed files with 1 additions and 1 deletions

View File

@ -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