From 71df327ec2749c15c52879ffd24482c56a7bfc6b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 Jul 2010 11:41:44 +0000 Subject: [PATCH] add init --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..87b3ced --- /dev/null +++ b/__init__.py @@ -0,0 +1,2 @@ +from deefuzzer import * + -- 2.39.5