{-# LANGUAGE Trustworthy #-} module Network.Tox.DHTSpec where import Test.Hspec import qualified Network.Tox.DHT as DHT spec :: Spec spec = return ()