module System.Console.Action
  (
    Action
  
  , simple
  , withArgument
  , usingConfiguration
  ) where


import System.Console.Action.Internal