Initial development. Not yet ready to use!

This commit is contained in:
janis
2022-09-04 17:54:26 +02:00
parent cfc3a0f361
commit 9ac016188d
12 changed files with 283 additions and 0 deletions

4
dev/test.py Normal file
View File

@@ -0,0 +1,4 @@
import os
test = f"ffmpeg"
os.system(test)