Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.22 KB

File metadata and controls

41 lines (33 loc) · 2.22 KB

Hello Samples

These samples show basic workflow and activity features.

To run, first see README.md for prerequisites. Then, run the following from this directory to run the hello_activity.py sample:

poetry run python hello_activity.py

The result will be:

Result: Hello, World!

Replace hello_activity.py in the command with any other example filename to run it instead.

Samples