#!/usr/bin/python3.6

"""
From within a git checkout, try to download files from dist-git lookaside cache.
"""

from dist_git_client import main

if __name__ == "__main__":
    main()
