staking-deposit-cli/eth2deposit/utils/config.py
2021-04-30 16:15:05 +02:00

7 lines
269 B
Python

'''
This file contains global variables to required to parameterise click functionality
'''
language = 'en' # The CLI language selected by the user
non_interactive = False # Whether or not to interactively prompt the user for input. (Useful for tests and debugging)