Difference between revisions of "Hello world"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<source lang="python"> | <source lang="python"> | ||
− | from | + | from relax_scripts import hello_world |
</source> | </source> | ||
== See also == | == See also == | ||
[[Category:script]] | [[Category:script]] |
Revision as of 16:20, 22 July 2013
My script
To test this script, write in terminal
from relax_scripts import hello_world