Fallback if toml file parsing failed (#246)

This commit is contained in:
Kevin Stillhammer
2025-01-16 16:54:33 +01:00
committed by GitHub
parent b5f58b2abc
commit 14dc0be27c
7 changed files with 45 additions and 2 deletions

View File

@ -0,0 +1,6 @@
def main():
print("Hello from malformed-pyproject-toml-project!")
if __name__ == "__main__":
main()