home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / share / k3d / scripts / howdy_world.py < prev    next >
Encoding:
Text File  |  2008-01-23  |  57 b   |  7 lines

  1. #python
  2.  
  3. import k3d
  4.  
  5. k3d.ui().message("Howdy, World!");
  6.  
  7.