view src/luan/modules/host/Hosted.luan @ 1597:cd2a0c41b23f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 26 Mar 2021 20:20:21 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted