module H.Init where import H.Common main :: Tool main _ args = do let (_options, _switches, _files) = getOpts args [ ] return ()