local computer = {} local api = {} computer.api = api function computer.prepare( ... ) end function api.pushSignal(...) --FIXME: ASAP: Implement end return computer