module HROOT.Class.TObject
  (
    TObject(..)
  , ITObject(..) 
  ) where

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