6 lines
99 B
Python
6 lines
99 B
Python
|
from infernal_interpreter import __version__
|
||
|
|
||
|
|
||
|
def test_init():
|
||
|
assert __version__ is not None
|