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

7 lines
110 B
Python
Raw Normal View History

2025-01-16 16:49:16 +01:00
def main():
print("Hello from malformed-pyproject-toml-project!")
if __name__ == "__main__":
main()