Source code for threeML.plugins.SwiftXRTLike

from threeML.plugins.OGIPLike import OGIPLike

__instrument_name = "Swift XRT"


# At the moment this is just another name for the GenericOGIPLike spectrum
[docs] class SwiftXRTLike(OGIPLike): pass