#!/bin/python import time commandInfo = { 'currCommand': '', 'commandCueue':[], 'lastCommandTime': time.time() } commands = { 'onInput':{ }, 'onScreenChanged':{ }, 'commands':{ } }