module HROOT.Hist.TAxis
       (TAxis(..), ITAxis(..), upcastTAxis, downcastTAxis, newTAxis,
        tAxis_GetCenterLabels, tAxis_GetCenterTitle, tAxis_GetFirst,
        tAxis_GetLast, tAxis_GetNbins, tAxis_GetXbins, tAxis_GetXmax,
        tAxis_GetXmin)
       where
import HROOT.Hist.TAxis.RawType
import HROOT.Hist.TAxis.Interface
import HROOT.Hist.TAxis.Implementation