Difference between revisions of "Hello world"

From relax wiki
Jump to navigation Jump to search
(Created page with "{{Infobox script-repo |type = script |filename = hello_world.py |author = Troels E. Linnet |license = GPL }}")
 
Line 5: Line 5:
 
|license  = GPL
 
|license  = GPL
 
}}
 
}}
 +
 +
== My script ==
 +
To test this script, write in terminal
 +
 +
<source lang="python">
 +
from relax_script_repo import hello_world
 +
</source>

Revision as of 10:27, 25 June 2013

Template:Infobox script-repo

My script

To test this script, write in terminal

from relax_script_repo import hello_world