summaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest/py3/hamcrest/__init__.py
blob: f45b032075d1c30fd10283a1320d631f72842d36 (plain) (blame)
1
2
3
4
5
6
7
8
from __future__ import absolute_import
from hamcrest.core import *
from hamcrest.library import *

__version__ = "1.10.1"
__author__ = "Chris Rose"
__copyright__ = "Copyright 2020 hamcrest.org"
__license__ = "BSD, see License.txt"