module Network.BitTorrent.Tracker.RPC.UDPSpec (spec) where import Test.Hspec spec :: Spec spec = describe "UDP tracker client RPC" $ do return ()