ATLAS Offline Software
Loading...
Searching...
No Matches
AthNoop.py
Go to the documentation of this file.
1#!/usr/bin/env athena
2# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
4# Dummy script for the purpose of printing the --help text w/o any further script
5from AthenaConfiguration.AllConfigFlags import initConfigFlags
6flags = initConfigFlags()
7flags.fillFromArgs()