__init__.py 110 B

12345
  1. from __future__ import absolute_import
  2. from future.utils import PY3
  3. if not PY3:
  4. __future_module__ = True