File size: 153 Bytes
05e6f93
 
 
 
 
 
1
2
3
4
5
6
def main():
    print('Sparrow Parse is a Python package for parsing and extracting information from documents.')


if __name__ == "__main__":
    main()