{-# OPTIONS -Wall #-}

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

module Wumpus.Drawing.Paths.Relative
  ( 

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

  ) where

import Wumpus.Drawing.Paths.Base.PathBuilder
import Wumpus.Drawing.Paths.Base.RelPath