File size: 91 Bytes
21fcd0a
 
 
 
 
1
2
3
4
5
6
from text_brush import __version__


def test_version():
    assert __version__ == '0.1.0'