Skip to content

Instantly share code, notes, and snippets.

@vnegi10
Created January 27, 2024 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnegi10/7703d5f75aa7ece8e3c328cc1f0fe2aa to your computer and use it in GitHub Desktop.
Save vnegi10/7703d5f75aa7ece8e3c328cc1f0fe2aa to your computer and use it in GitHub Desktop.
def get_demo_key():
f = open("/home/vikas/Documents/CG_demo_key.json")
key_dict = json.load(f)
return key_dict["key"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment