I can declare a class in IronPython as follows: # File name: MySimpleMathClass.py # Instantiate an instance of this class by calling the following: # import MySimpleMathClass # someObjectVariable = MySimpleMathClass.MySimpleMath() # or similar. class