This commit is contained in:
2021-11-14 10:38:47 +03:00
commit 30835e31fa
43 changed files with 2366 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

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