view src/luan/modules/host/Hosted.luan @ 1418:732b5de211fc

add Hosted.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 22:29:46 -0600
parents
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted