update increment development, add write_code_guide.py file

This commit is contained in:
mannaandpoem 2023-11-29 17:56:30 +08:00
parent a50a1f738f
commit 452cdb7ff6
3 changed files with 2 additions and 25 deletions

View file

@ -61,7 +61,7 @@ async def startup(
'legacy_project_management': legacy_project_management,
'legacy_code': legacy_code
}
company.set_legacy(legacy_dict)
company.environment.set_legacy(legacy_dict)
company.hire(
[
ProductManager(increment=increment),