module Main
  ( main
  ) where

import PaymentServer.Main
  ( main -- re-export
  )