Mega Code Archive

 
Categories / Python Tutorial / Class
 

Instantiation

class MyClass(object):         pass mc = MyClass()