7 lines
176 B
Python
7 lines
176 B
Python
|
secret = dict()
|
||
|
secret['secret_key'] = ''
|
||
|
secret['oauth_client_id'] = ''
|
||
|
secret['oauth_client_secret'] = ''
|
||
|
secret['oauth_redirect_uri'] = ''
|
||
|
secret['toornament_api_key'] = ''
|