Skip to content
Snippets Groups Projects

Cleanup ART package: remove the software and only keep CMake

Merged Tulay Cuhadar Donszelmann requested to merge tcuhadar/athena:artclean-10sept into 21.9
22 files
+ 2
4385
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 0
12
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
"""
Import default Classes.
Allows one to do:
from ART import ArtBase
"""
from art_base import ArtBase # noqa: F401
from art_build import ArtBuild # noqa: F401
from art_grid import ArtGrid # noqa: F401
Loading