HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOHO/Hello2.py
1 #
2 # This document is under CC-3.0 Attribution-Share Alike 3.0
3 # http://creativecommons.org/licenses/by-sa/3.0/
4 # Attribution: There is no requirement to attribute the author.
5 
6 # Simple "hello world" Python script
7 
8 import hou
9 hou.ui.displayMessage('Hello world')