commit 61da972a583b5828661a5152b61d72c1c317c64a Author: Hadeed Ahmad <me@hadeedahmad.com> Date: Wed Apr 9 04:02:04 2025 +0500 Initial commit diff --git a/main.py b/main.py new file mode 100644 index 0000000..584457e --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +def main(): + print("Hello from ytlean!") + + +if __name__ == "__main__": + main() diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..50e61d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +fastapi[standard] +requests