module HROOT.Class.TFormula
  (
    TFormula(..)
  , ITFormula(..) 
  ) where

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