MarketTrace

Loading…
Loading posts…
""" def _read_json(path: Path): if path.exists(): try: return json.loads(path.read_text()) except Exception: pass return []