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