This commit is contained in:
Waylon S. Walker 2024-10-10 08:19:50 -05:00
commit f56f6f370d
10 changed files with 1466 additions and 0 deletions

4
justfile Normal file
View file

@ -0,0 +1,4 @@
venv:
uv venv
run:
uv run -- uvicorn --reload fastapi_timezone.main:app