blob: 750ff360bf1144e88cb0cfa558c880d530398fc6 [file] [log] [blame]
class Product:
def doStuff(self): pass
def foo(product):
product.doStuff()