module Proteome.Save(
  proSave,
) where

import Proteome.Data.Proteome (Proteome)

proSave :: Proteome ()
proSave = return ()