mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-18 12:40:44 +01:00
6 lines
95 B
Python
6 lines
95 B
Python
|
from mobilizon_bots import __version__
|
||
|
|
||
|
|
||
|
def test_version():
|
||
|
assert __version__ == "0.1.0"
|