first commit

This commit is contained in:
Lord Of Nougate 2022-08-31 22:53:41 +02:00
commit 7149a1b12a
4 changed files with 13 additions and 0 deletions

1
.gitignore vendored Executable file
View File

@ -0,0 +1 @@
env

0
README.md Executable file
View File

6
main.py Executable file
View File

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

6
requirements.txt Executable file
View File

@ -0,0 +1,6 @@
Brotli==1.0.9
certifi==2022.6.15
mutagen==1.45.1
pycryptodomex==3.15.0
websockets==10.3
yt-dlp==2022.8.19