mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-04 22:55:18 -04:00
6 lines
110 B
Python
6 lines
110 B
Python
def main():
|
|
print("Hello from malformed-pyproject-toml-project!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|