chore: remove uv-init leftover stub main.py

Untouched `uv init` placeholder (print("Hello from cloudflared!")). 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:30 -04:00
parent 87ccf67e26
commit ef967884d0

View File

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