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

@ -60,9 +60,3 @@ class Team(BaseModel):
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