ATLAS Offline Software
DataQuality/DQOnlinePostprocessing/python/__init__.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 from .atlas_oh import OHInputModule, OHOutputModule
4 __all__ = ["OHInputModule", "OHOutputModule"]