2# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
4if __name__=="__main__":
5
6import argparse
7 parser = argparse.ArgumentParser(prog="l1calo-dq-web",description="Generate a WebDisplay website for a run, using the local DataQuality configuration",