update basic code for serialize

This commit is contained in:
stellahsr 2023-11-27 21:12:50 +08:00 committed by better629
parent 949bc747f9
commit c8570036fc
14 changed files with 270 additions and 246 deletions

View file

@ -60,7 +60,7 @@ SWAGGER_PATH = UT_PATH / "files/api/"
UT_PY_PATH = UT_PATH / "files/ut/"
API_QUESTIONS_PATH = UT_PATH / "files/question/"
SERDES_PATH = DEFAULT_WORKSPACE_ROOT / "storage" # TODO to store `storage` under the individual generated project
SERDESER_PATH = DEFAULT_WORKSPACE_ROOT / "storage" # TODO to store `storage` under the individual generated project
TMP = METAGPT_ROOT / "tmp"