setup-uv/__tests__/fixtures/malformed-pyproject-toml-project/hello.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
110 B
Python
Raw Normal View History

def main():
print("Hello from malformed-pyproject-toml-project!")
if __name__ == "__main__":
main()