Added init file for python module.

This commit is contained in:
Joey Payne 2014-10-19 15:38:29 +13:00
commit 59c52a460c

3
__init__.py Normal file
View file

@ -0,0 +1,3 @@
__all__ = ['pe']
from pe import *