first cut for lazy loading framework
diff --git a/config/conf.py b/config/conf.py
new file mode 100644
index 0000000..1cf35e2
--- /dev/null
+++ b/config/conf.py
@@ -0,0 +1,7 @@
+index_path = '/'
+
+include_paths = [
+	'erpnext',
+	'lib/py',
+	'lib/py/legacy'
+]
\ No newline at end of file