Initial commit
This commit is contained in:
commit
61da972a58
2 changed files with 8 additions and 0 deletions
6
main.py
Normal file
6
main.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from ytlean!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
fastapi[standard]
|
||||
requests
|
Loading…
Add table
Reference in a new issue