initial commit

This commit is contained in:
2025-02-27 22:41:38 +01:00
commit abb16938f8
59 changed files with 4169 additions and 0 deletions

7
tests/test_aria.py Normal file
View File

@@ -0,0 +1,7 @@
import os
from src.download import Download
def test_Download():
dl = Download({})
assert dl.check_aria2() == True