From 4c9adfd697d6bc5096177b8734e303b18fccfb5e Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 10 Mar 2014 16:53:54 -0400 Subject: [PATCH] Add __init__.py to examples This allows the modules in examples to be imported from outside the examples directory. --- examples/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/__init__.py diff --git a/examples/__init__.py b/examples/__init__.py new file mode 100644 index 0000000..e69de29 -- 2.25.1