view src/luan/modules/host/Hosted.luan @ 1558:fe5bcd8133e0

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 16 Oct 2020 19:47:19 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted