RosettaCodeData/Task/Inheritance-Multiple/Python/inheritance-multiple-3.py

3 lines
69 B
Python

class CameraPhone(Camera, MobilePhone):
pass #functions go here...