update increment development, add write_code_guide.py file

This commit is contained in:
mannaandpoem 2023-11-29 17:31:15 +08:00
parent 8ff833f1e3
commit a50a1f738f
12 changed files with 290 additions and 449 deletions

View file

@ -59,4 +59,10 @@ class Team(BaseModel):
self._check_balance()
await self.environment.run()
return self.environment.history
def set_legacy(self, legacy_dict):
self.environment.legacy = legacy_dict
def get_legacy(self):
return self.environment.legacy