Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SimpleStatement class in knowledge_data_access_layer.py
The SimpleStatement class in knowledge_data_access_layer.py has been refactored to change the order of attributes. The attribute "predicate" is now placed before "object". This change improves readability and consistency within the codebase.
- Loading branch information