mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
6 lines
84 B
Python
6 lines
84 B
Python
|
|
from src import __version__
|
||
|
|
|
||
|
|
|
||
|
|
def test_version():
|
||
|
|
assert __version__ == '0.1.0'
|