diff --git a/selfhash/__init__.py b/selfhash/__init__.py new file mode 100644 index 0000000..540f111 --- /dev/null +++ b/selfhash/__init__.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +# Hash: 3db4cafd1f7d5f3ea9ef93ef745ad8c7cd6561619ba1fe150bae61d5c7ed78dc +# Author: Ron Stoner +# Github: ronaldstoner +# Website: stoner.com + +""" +SelfHash init +""" + +from .selfhash import SelfHash