view src/luan/modules/host/Hosted.luan @ 1565:44e444a8da64

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 11 Nov 2020 13:17:58 -0700
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted