1
Fork 0

Initial commit

This commit is contained in:
Hadeed 2025-04-09 04:02:04 +05:00
commit 61da972a58
2 changed files with 8 additions and 0 deletions

6
main.py Normal file
View file

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

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
fastapi[standard]
requests