Hi
I am trying to write a synchronous activity in Python SDK, however the only example code is Temporal Python SDK synchronous vs. asynchronous Activity implementations | Temporal Platform Documentation which only defines the activity example, but short of overall example of worker and workflow examples in Python.
Any help to provide the worker/workflow example working to call a synchronous activity? Your help is highly appreciated!