first commit
This commit is contained in:
commit
7149a1b12a
1
.gitignore
vendored
Executable file
1
.gitignore
vendored
Executable file
@ -0,0 +1 @@
|
|||||||
|
env
|
6
main.py
Executable file
6
main.py
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
def main():
|
||||||
|
print("Hello, World!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
6
requirements.txt
Executable file
6
requirements.txt
Executable 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
|
Loading…
x
Reference in New Issue
Block a user