{-|
Module      : Command
License     : BSD (see the LICENSE file)
Description : Wrapper around Command.Command.

This module simply reexports "Command.Command".
-}
module Command
    ( module Command.Command
    ) where

import Command.Command