mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
6 lines
100 B
Python
6 lines
100 B
Python
from fastapi_file_server import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "0.1.0"
|