module HROOT.Class.TShape
  (
    TShape(..)
  , ITShape
  , upcastTShape 
  ) where

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