src/iconolab/documents.py
changeset 536 7f8390504d84
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/iconolab/documents.py	Tue Jun 05 11:32:49 2018 +0200
@@ -0,0 +1,3 @@
+from .search_indexes import AnnotationDocument, ItemDocument
+
+__all__ = ['AnnotationDocument', 'ItemDocument']