6 lines
93 B
Python
6 lines
93 B
Python
|
from xlsx_dir_map import __version__
|
||
|
|
||
|
|
||
|
def test_version():
|
||
|
assert __version__ == '0.1.0'
|