mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-29 01:01:36 +00:00
Initial commit
This commit is contained in:
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!"
|
Reference in New Issue
Block a user