module HROOT.Class.TPave
  (
    TPave(..)
  , ITPave
  , upcastTPave
  , newTPave 
  ) where

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

import HROOT.Class.TPave.RawType
import HROOT.Class.TPave.Interface
import HROOT.Class.TPave.Implementation