module HROOT.Class.TCurlyLine
  (
    TCurlyLine(..)
  , ITCurlyLine
  , upcastTCurlyLine
  , newTCurlyLine 
  ) where

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

import HROOT.Class.TCurlyLine.RawType
import HROOT.Class.TCurlyLine.Interface
import HROOT.Class.TCurlyLine.Implementation