Files
hatchet/frontend/docs/lib/generated/snips/python/hatchet_client.ts
Matt Kaye 246f284a98 Fix: Quote replacement in generated doc snippets (#1755)
* fix: get rid of quote replacing

* chore: gen

* drive by: event doc wording

* fix: dedenting
2025-05-20 09:19:58 -04:00

12 lines
316 B
TypeScript

import { Snippet } from '@/lib/generated/snips/types';
const snippet: Snippet = {
"language": "python",
"content": "from hatchet_sdk import Hatchet\n\n# Initialize Hatchet client\nhatchet = Hatchet()\n",
"source": "out/python/hatchet_client.py",
"blocks": {},
"highlights": {}
};
export default snippet;