mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00:00
9 lines
230 B
Python
9 lines
230 B
Python
from __future__ import absolute_import
|
|
from hamcrest.core import *
|
|
from hamcrest.library import *
|
|
|
|
__version__ = "1.9.0"
|
|
__author__ = "Chris Rose"
|
|
__copyright__ = "Copyright 2015 hamcrest.org"
|
|
__license__ = "BSD, see License.txt"
|