module Octane.MainSpec (spec) where import Test.Tasty.Hspec spec :: Spec spec = describe "Main" $ do return ()