{- |

   Module      :  System.Win32.Automation

   Copyright   :  2013 shelarcy

   License     :  BSD-style



   Maintainer  :  [email protected]

   Stability   :  Provisional

   Portability :  Non-portable (Win32 API)



   Provide sendInput function and INPUT types.

-}
module System.Win32.Automation
  ( module System.Win32.Automation.Input
  ) where
import System.Win32.Automation.Input