#!/usr/bin/env python # Copyright 2020, TUF contributors # SPDX-License-Identifier: MIT OR Apache-2.0 """ fast_server_exit.py Martin Vrachev. October 29, 2020. See LICENSE-MIT OR LICENSE for licensing information. Used for tests in tests/test_utils.py. """ import sys sys.exit(0)