staking-deposit-cli/staking_deposit/utils/config.py
2021-08-23 12:33:04 +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)