From 59c52a460c19250fcc7e6268a578bad224637a2b Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sun, 19 Oct 2014 15:38:29 +1300 Subject: [PATCH] Added init file for python module. --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..9004c8c --- /dev/null +++ b/__init__.py @@ -0,0 +1,3 @@ +__all__ = ['pe'] + +from pe import *