{-- TerraHS - Interface between TerraLib and Haskell

    (c) Sergio Costa (INPE) - Setembro, 2005

	This program is free software; you can redistribute it 
    and/or modify it under the terms of the GNU General 
    Public License 2.1 as published by the Free Software Foundation
    (http://www.opensource.org/licenses/gpl-license.php)
--}

{--  --}

module TerraHS.Algebras.DB
	(

		module TerraHS.Algebras.DB.Databases,
		module TerraHS.Algebras.DB.Model
		
	)
	 where 

import TerraHS.Algebras.DB.Databases 
import TerraHS.Algebras.DB.Model