summaryrefslogtreecommitdiff
path: root/tablib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tablib/__init__.py')
-rw-r--r--tablib/__init__.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/tablib/__init__.py b/tablib/__init__.py
index 5d20240..cf38bc5 100644
--- a/tablib/__init__.py
+++ b/tablib/__init__.py
@@ -1 +1,7 @@
-from core import * \ No newline at end of file
+from tablib.core import (
+ Databook, Dataset, InvalidDatasetType,
+ InvalidDimensions, UnsupportedFormat
+)
+
+""" Tablib.
+""" \ No newline at end of file