staking-deposit-cli/staking_deposit/utils/config.py

7 lines
269 B
Python
Raw Normal View History

2021-04-27 13:18:28 +00:00
'''
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)