pyegeria 5.4.4.3__py3-none-any.whl → 5.4.4.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
md_processing/__init__.py CHANGED
@@ -4,7 +4,7 @@ This package contains functions to parse and process Egeria Markdown (Freddie)
4
4
  from md_processing.md_commands.governance_officer_commands import (process_gov_definition_upsert_command,
5
5
  process_gov_def_link_detach_command,
6
6
  process_supporting_gov_def_link_detach_command,
7
- process_gov_def_context_command,
7
+ process_gov_def_context_command, process_governed_by_link_detach_command
8
8
  )
9
9
 
10
10