41a0142
1 2 3 4 5 6 7
# Copyright (C) 2012 Anaconda, Inc # SPDX-License-Identifier: BSD-3-Clause import sys from .cli import main sys.exit(main())