expAge
fix(client+narration): 404 -> resultat vide pour relations_* ; wording 'non inferable'
789f13c | from jdm_agent.client.client import JDMClient, JDMError, JDMNotFoundError | |
| from jdm_agent.client.models import ( | |
| Annotation, | |
| DecodedRefinement, | |
| Node, | |
| NodeType, | |
| RefinementsResult, | |
| Relation, | |
| RelationType, | |
| RelationsResult, | |
| ) | |
| __all__ = [ | |
| "JDMClient", | |
| "JDMError", | |
| "JDMNotFoundError", | |
| "Node", | |
| "Relation", | |
| "RelationType", | |
| "NodeType", | |
| "RelationsResult", | |
| "RefinementsResult", | |
| "DecodedRefinement", | |
| "Annotation", | |
| ] | |