feat: +rebuild project

feat: parse pass
This commit is contained in:
莘权 马 2024-01-02 18:42:59 +08:00
parent aec2b72c8d
commit eabe0224c5
8 changed files with 214 additions and 60 deletions

View file

@ -126,3 +126,8 @@ LLM_API_TIMEOUT = 300
# Message id
IGNORED_MESSAGE_ID = "0"
# Class Relationship
GENERALIZATION = "Generalize"
COMPOSITION = "Composite"
AGGREGATION = "Aggregate"