mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2026-03-03 15:10:54 +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"
|