__init__.py 315 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. from __future__ import unicode_literals, print_function, with_statement
  3. __version__ = '6.0.4'
  4. __author__ = 'Santiago Debus - Buzon, Inc.'
  5. __license__ = 'MIT'
  6. # v
  7. from .zipfly import ZipFly
  8. from .zipfly import LargePredictionSize
  9. from .response import FileResponse
  10. from .api import Buffer