rtorrent-rpc-0.2.0.0: Network/RTorrent.hs
{-|
Module : RTorrent
Copyright : (c) Kai Lindholm, 2014
License : MIT
Maintainer : megantti@gmail.com
Stability : experimental
A module that re-exports "Network.RTorrent.RPC" for convenience.
-}
module Network.RTorrent (
module Network.RTorrent.RPC
) where
import Network.RTorrent.RPC