mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-02 18:17:52 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
def main():
|
|
print("Hello from malformed-pyproject-toml-project!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|