Documentation for this module may be created at Module:Price/doc
local p = {} function p.main( frame ) return 'Hello, world!' end return p