update
This commit is contained in:
@@ -31,11 +31,6 @@ def frage_muster_path(topic: str) -> Path:
|
||||
return topic_dir(topic) / "frage_muster.json"
|
||||
|
||||
|
||||
def grafik_path(topic: str) -> Path:
|
||||
"""Sidecar: pro Baustein eine Graph-Grafik (Knoten/Kanten), von allen Guides geteilt."""
|
||||
return topic_dir(topic) / "grafik.json"
|
||||
|
||||
|
||||
def quelle_path(topic: str) -> Path:
|
||||
"""Persistierte Quellen-Wahl pro Thema: {type, ort, spec}."""
|
||||
return topic_dir(topic) / "quelle.json"
|
||||
|
||||
Reference in New Issue
Block a user