7 lines
81 B
Python
7 lines
81 B
Python
|
|
import cryptbase
|
|
|
|
|
|
def test_main():
|
|
assert cryptbase.__version__ == '0.0.0'
|