5 lines
70 B
Python
5 lines
70 B
Python
|
import murmurhash.mrmr
|
||
|
|
||
|
def test_import():
|
||
|
assert murmurhash.mrmr
|