module HROOT.Core.TAttText
  (
    TAttText(..)
  , ITAttText(..)
  , upcastTAttText
  , downcastTAttText
  , newTAttText
 
  ) where

import HROOT.Core.TAttText.RawType
import HROOT.Core.TAttText.Interface
import HROOT.Core.TAttText.Implementation