Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DataQuality/DataQualityConfigurations/python/__init__.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 # Hook for the DataQualityConfigurations package
4 __all__ = ['TestDisplay']
5 from .DQCDispatch import getmodule # noqa: F401