aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest/hamcrest/library/number/__init__.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-24 19:39:36 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-24 19:39:36 +0300
commit35cc60add498c5117afaf31bef949ac7e281b182 (patch)
tree1071310c216b15ea4bc9c5037cc964d9e06db692 /contrib/python/PyHamcrest/hamcrest/library/number/__init__.py
parente62a28e708a9c85b312652ff618f8a64d17b2dbc (diff)
downloadydb-35cc60add498c5117afaf31bef949ac7e281b182.tar.gz
intermediate changes
ref:17a230a3419e9a5f0286356df636f0071dc757b6
Diffstat (limited to 'contrib/python/PyHamcrest/hamcrest/library/number/__init__.py')
-rw-r--r--contrib/python/PyHamcrest/hamcrest/library/number/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/python/PyHamcrest/hamcrest/library/number/__init__.py b/contrib/python/PyHamcrest/hamcrest/library/number/__init__.py
new file mode 100644
index 0000000000..5087faf846
--- /dev/null
+++ b/contrib/python/PyHamcrest/hamcrest/library/number/__init__.py
@@ -0,0 +1,9 @@
+from __future__ import absolute_import
+"""Matchers that perform numeric comparisons."""
+
+from .iscloseto import close_to
+from .ordering_comparison import greater_than, greater_than_or_equal_to, less_than, less_than_or_equal_to
+
+__author__ = "Jon Reid"
+__copyright__ = "Copyright 2011 hamcrest.org"
+__license__ = "BSD, see License.txt"