mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
7f2f925ddb
Test suite updated.
9 lines
132 B
Python
9 lines
132 B
Python
""" Tablib.
|
|
"""
|
|
|
|
from tablib.core import (
|
|
Databook, Dataset, detect, InvalidDatasetType,
|
|
InvalidDimensions, UnsupportedFormat
|
|
)
|
|
|