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

7 lines
110 B
Python
Raw Normal View History

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