chore: remove uv-init leftover stub main.py

Untouched `uv init` placeholder (print("Hello from n8n!")). Not
imported, not wired as an entry point, and documented in this repo's
own README/CLAUDE.md as leftover scaffolding not on the build path.
This commit is contained in:
Travis Herbranson 2026-05-22 20:22:31 -04:00
parent 4f3c13b3f2
commit 4df0b9700f

View File

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