mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 06:11:02 -06:00
* fix: get rid of quote replacing * chore: gen * drive by: event doc wording * fix: dedenting
12 lines
346 B
TypeScript
12 lines
346 B
TypeScript
import { Snippet } from '@/lib/generated/snips/types';
|
|
|
|
const snippet: Snippet = {
|
|
"language": "python",
|
|
"content": "from examples.timeout.worker import refresh_timeout_wf, timeout_wf\n\ntimeout_wf.run()\nrefresh_timeout_wf.run()\n",
|
|
"source": "out/python/timeout/trigger.py",
|
|
"blocks": {},
|
|
"highlights": {}
|
|
};
|
|
|
|
export default snippet;
|