#py-codegen
Minimal Python Telepact example that shows both the generated client and the generated server bindings wired into the runtime library.
Browse the files:
api/greet.telepact.yaml- Telepact schemagen/gen_types.py- committed generated bindingsserver.py- generated server handler wired into Telepacttest_example.py- generated client wired into TelepactMakefile- local run target, including codegen
Run it:
make run