local component = {} local api = {} component.api = api function component.prepare() print("Assembling initial component tree") end return component