3 lines
69 B
Python
3 lines
69 B
Python
|
|
class CameraPhone(Camera, MobilePhone):
|
||
|
|
pass #functions go here...
|