module HROOT.Class.TAxis
  (
    TAxis(..)
  , ITAxis
  , upcastTAxis 
  ) where

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