{-# OPTIONS -Wall #-}

--------------------------------------------------------------------------------
-- |
-- Module      :  Wumpus.Drawing.Paths
-- Copyright   :  (c) Stephen Tetley 2011
-- License     :  BSD3
--
-- Maintainer  :  Stephen Tetley <stephen.tetley@gmail.com>
-- Stability   :  highly unstable
-- Portability :  GHC
--
-- Shim import module for the Absolute Path modules.
--
-- 
--------------------------------------------------------------------------------

module Wumpus.Drawing.Paths
  ( 

    module Wumpus.Drawing.Paths.Base
  , module Wumpus.Drawing.Paths.PathBuilder
  , module Wumpus.Drawing.Paths.Vamps

  ) where

import Wumpus.Drawing.Paths.Base
import Wumpus.Drawing.Paths.PathBuilder
import Wumpus.Drawing.Paths.Vamps