<pyFromImport>
Specifies optional Python from / import statements.
Syntax
<pyFromImport>
from math import cos 
</pyFromImport> 
An optional list of Python from / import statements, one per line. Use this so that Python code within this business process can refer to these modules.