def do_file(filename): sha1.sha1_file(filename)
# sha1_test.py import sha1 sha1.sha1_file("../../data/Hello.txt")