{-|
Module      : Text.Pandoc.Filter.Internal
Copyright   : (c) Laurent P René de Cotret, 2019
License     : MIT
Maintainer  : laurent.decotret@outlook.com
Stability   : internal
Portability : portable

This module re-exports internal pandoc-pyplot functionality.
-}

module Text.Pandoc.Filter.Pyplot.Internal (
      module Text.Pandoc.Filter.Pyplot.Configuration
    , module Text.Pandoc.Filter.Pyplot.FigureSpec
    , module Text.Pandoc.Filter.Pyplot.Scripting
 ) where

import Text.Pandoc.Filter.Pyplot.Configuration
import Text.Pandoc.Filter.Pyplot.FigureSpec
import Text.Pandoc.Filter.Pyplot.Scripting