5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-06-20 02:31:23 +00:00
Files
setup-uv/__tests__/fixtures/malformed-pyproject-toml-project/hello.py
T
2025-01-16 16:54:33 +01:00

7 lines
110 B
Python

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