__init__.py 230 B

12345678
  1. from __future__ import absolute_import
  2. from hamcrest.core import *
  3. from hamcrest.library import *
  4. __version__ = "1.9.0"
  5. __author__ = "Chris Rose"
  6. __copyright__ = "Copyright 2015 hamcrest.org"
  7. __license__ = "BSD, see License.txt"