Advertisement
Guest User

export_nx3.py

a guest
Aug 10th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. class export_nx3():                          
  2.     def __init__(self, name = 'export_nx3'):    #The constructor with a required name parameter  
  3.         self.name = name                        #Sets up the name parameter to work
  4.  
  5.     def salut(self):
  6.         print "salut"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement