Skip to content

Instantly share code, notes, and snippets.

@hvuhsg
Last active March 2, 2022 16:54
Show Gist options
  • Save hvuhsg/053f0d744d9adcbb625280630130bb72 to your computer and use it in GitHub Desktop.
Save hvuhsg/053f0d744d9adcbb625280630130bb72 to your computer and use it in GitHub Desktop.
cache = None
def get_file():
if cache is None:
cache = load_file_from_url()
return cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment