I\'m trying to pass an object clock() as an argument in function callClock()
class Clock(): def initClock(self): doSomeStuff.... clock = Clock() global