"""Constants for this module."""

EXIT_CODE = "exit_code"
STDOUT = "stdout"
STDERR = "stderr"

ECHO_EXIT_CODE = "echo $?"
