Merge branch 'feature/actions/learn_readme' into feature/import_repo

This commit is contained in:
莘权 马 2024-03-26 23:08:29 +08:00
commit 3bc1691008
3 changed files with 142 additions and 0 deletions

View file

@ -49,6 +49,10 @@ class GraphKeyword:
IS_COMPOSITE_OF = "is_composite_of"
IS_AGGREGATE_OF = "is_aggregate_of"
HAS_PARTICIPANT = "has_participant"
HAS_SUMMARY = "has_summary"
HAS_INSTALL = "has_install"
HAS_CONFIG = "has_config"
HAS_USAGE = "has_usage"
class SPO(BaseModel):