GCMD_Keyword_Classifier_MVP / tests /test_package_import.py
igerasimov's picture
MVP Milestone 1
f70d732
Raw
History Blame Contribute Delete
112 Bytes
from gcmd_classifier import __version__
def test_package_imports() -> None:
assert __version__ == "0.1.0"