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

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