Minor fix

pull/2/head
Vinayak Mehta 2016-07-29 21:47:20 +05:30
parent e9602bb353
commit 050107b63d
1 changed files with 1 additions and 5 deletions

View File

@ -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']