You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 230B

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"