This commit is contained in:
2021-11-10 13:13:33 +03:00
commit 4c7af00ac3
22 changed files with 1663 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from fastapi_file_server import __version__
def test_version():
assert __version__ == '0.1.0'