diff --git a/camelot/__init__.py b/camelot/__init__.py index 9003377..2fe1515 100644 --- a/camelot/__init__.py +++ b/camelot/__init__.py @@ -1,7 +1,3 @@ -from .pdf import Pdf -from .lattice import Lattice -from .stream import Stream - __version__ = '0.1' -__all__ = ['Pdf', 'Lattice', 'Stream'] +__all__ = ['pdf', 'lattice', 'stream']