module HROOT.Class.TPavesText
  (
    TPavesText(..)
  , ITPavesText
  , upcastTPavesText
  , newTPavesText 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TPavesText.RawType
import HROOT.Class.TPavesText.Interface
import HROOT.Class.TPavesText.Implementation