view src/luan/modules/host/Hosted.luan @ 1878:708e7f047c59

swing
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 06 Apr 2025 16:34:20 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted