Difference between revisions of "Hello world"

From relax wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
<source lang="python">
 
<source lang="python">
from relax_script_repo import hello_world
+
from relax_scrips import hello_world
 
</source>
 
</source>
  
 
== See also ==
 
== See also ==
 
[[Category:script]]
 
[[Category:script]]

Revision as of 16:19, 22 July 2013

Template:Infobox script-repo

My script

To test this script, write in terminal

from relax_scrips import hello_world

See also