localpxs=require('pxs')-- Create a table to hold your "exports"
localft_object={}functionft_object.function_from_outside()pxs.print("Calling from function from outside!")end-- Return the table so 'require' can give it to your main script
returnft_object