mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 03:51:39 +00:00
7 lines
269 B
Python
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)
|