pyegeria 5.4.8.6__py3-none-any.whl → 5.4.8.7__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.

Potentially problematic release.


This version of pyegeria might be problematic. Click here for more details.

md_processing/__init__.py CHANGED
@@ -32,6 +32,12 @@ from md_processing.md_commands.data_designer_commands import (process_data_field
32
32
  process_data_dict_upsert_command,
33
33
  process_data_structure_upsert_command)
34
34
 
35
+ from md_processing.md_commands.feedback_commands import (process_add_comment_command, process_upsert_note_log_command,
36
+ process_upsert_note_command, process_attach_note_log_command,
37
+ process_upsert_informal_tag_command, process_tag_element_command)
38
+
39
+
40
+
35
41
  from md_processing.md_commands.glossary_commands import (process_glossary_upsert_command,
36
42
  process_term_upsert_command,
37
43
  process_link_term_term_relationship_command,