module H.Import.IO
  ( module System.Exit
  , module System.IO
  ) where

import System.Exit
import System.IO (IO, stdin, stdout, stderr)