Import
This element allows importing custom Python modules for use in Pit file. It works just like the Python import keyword.
|
Note
|
Peach 3 currently does not support the from attribute. |
<Import import="MyCode" />
Attributes:
-
import — Same as python import keyword [required]


