From 295a953e97111fed9a975295d086aa0daed1112f Mon Sep 17 00:00:00 2001 From: dnix Date: Wed, 17 May 2023 23:09:39 +0000 Subject: [PATCH] first commit --- binhop/binhop/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 binhop/binhop/__init__.py 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