Importing and Executing Python Code From Steve

To include a Python file from a steve simulation file, simply use an "@include" statement with the name of the Python file, just as steve files are included.

To use a Python class from a steve file, simply create a new instance of the class exactly as you would with a steve object. Likewise, methods can be called in the new object exactly as usual. Because of differences between the two languages, there are a few minor differences in calling objects over the bridge: