commit 997aaa4984bb7b78aacdfa941b227503540d584a Author: June Date: Tue Oct 14 19:48:59 2025 +1300 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f741989 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.venv +.env +**/.DS_Store \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..4a0fc0b --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +from urllib import request