first commit

This commit is contained in:
2022-08-31 22:53:41 +02:00
commit 7149a1b12a
4 changed files with 13 additions and 0 deletions
Executable
+1
View File
@@ -0,0 +1 @@
env
Executable
View File
Executable
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello, World!")
if __name__ == "__main__":
main()
+6
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