Added fastapi pagination

This commit is contained in:
2024-04-01 18:16:11 +02:00
parent a004dd233a
commit 58dc5eb6f2
5 changed files with 88 additions and 0 deletions

View File

@@ -1,2 +1,9 @@
# creyPY
My collection of Python and FastAPI shortcuts etc.
# Release
``` rm -rf dist build creyPY.egg-info && python setup.py sdist bdist_wheel ```
``` twine upload dist/* ```