feat: + notation

This commit is contained in:
莘权 马 2023-07-28 16:14:37 +08:00
parent 2e6f88d3e4
commit 34e5658009

View file

@ -68,11 +68,11 @@ class WriteTeachingPlanPart(Action):
self.rsp = "# " + self.rsp
def __str__(self):
"""str()时返回`topic`"""
"""Return `topic` value when str()"""
return self.topic
def __repr__(self):
"""调试时返回`topic`"""
"""Show `topic` value when debug"""
return self.topic
FORMATION = """