commit 295a953e97111fed9a975295d086aa0daed1112f Author: dnix Date: Wed May 17 23:09:39 2023 +0000 first commit diff --git a/binhop/binhop/__init__.py b/binhop/binhop/__init__.py new file mode 100644 index 0000000..8efd030 --- /dev/null +++ b/binhop/binhop/__init__.py @@ -0,0 +1,2 @@ +_program = "binhop" +__version__ = "0.0.1" \ No newline at end of file