{-|
Module : Gargantext
Description : Textmining Collaborative Platform
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
@Gargantext@: search, map, share
-}
module Gargantext ( module Gargantext.API
, module Gargantext.Core
, module Gargantext.Database
, module Gargantext.Prelude
-- , module Gargantext.Core.Viz
) where
import Gargantext.API
import Gargantext.Core
import Gargantext.Database
import Gargantext.Prelude
--import Gargantext.Core.Viz
-
Alexandre Delanoë authored2d5a3e0a