mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-03-04 11:28:08 +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"
|