module AutoGUI.Call
  ( pyautogui )
where

import CPython.Simple
import CPython.Simple.Instances
import Data.Text (Text)

pyautogui :: FromPy a => Text -> [Arg] -> [(Text, Arg)] -> IO a
pyautogui :: Text -> [Arg] -> [(Text, Arg)] -> IO a
pyautogui = Text -> Text -> [Arg] -> [(Text, Arg)] -> IO a
forall a.
FromPy a =>
Text -> Text -> [Arg] -> [(Text, Arg)] -> IO a
call Text
"pyautogui"