Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
9b1784d4b35e5f004f7b8c1a0c60e48e971a4273
/
.
/
site_utils
/
experimental
/
app_engine
/
security_token.py
blob: 4e00a410eac187911af91f52aa096d99fa07562a [
file
] [
log
] [
blame
]
import
logging
import
getpass
import
os
__TOKEN__
=
'123456'
def
token
():
return
__TOKEN__