mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-18 14:37:05 -05:00
Initial commit
This commit is contained in:
commit
18498fc78f
61 changed files with 261875 additions and 0 deletions
2
__tests__/fixtures/uv-project/src/uv_project/__init__.py
Normal file
2
__tests__/fixtures/uv-project/src/uv_project/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def hello() -> str:
|
||||
return "Hello from uv-project!"
|
Loading…
Add table
Add a link
Reference in a new issue