This website requires JavaScript.
Explore
Help
Sign In
Python
/
uv
mirror of
https://github.com/astral-sh/uv
Watch
1
Star
0
Fork
You've already forked uv
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a70ee58ae1
uv
/
test
/
packages
/
black_editable
/
black
/
__init__.py
7 lines
78 B
Python
Raw
Blame
History
def
main
(
)
:
print
(
"
Hello world!
"
)
if
__name__
==
"
__main__
"
:
main
(
)
Reference in New Issue
View Git Blame
Copy Permalink