Разработана утилита для многопоточного сжатия файлов WebAssembly

This commit is contained in:
2025-02-01 13:51:06 +03:00
commit f4cddc3e3e
13 changed files with 1146 additions and 0 deletions

2
config/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .main import Main, Input, Output, Backup
from .models import Algorithm