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