move superpage to eduseg.com.br repo

This commit is contained in:
2025-05-16 19:17:01 -03:00
parent cc9bd08daa
commit 26b1e618b6
150 changed files with 23 additions and 15658 deletions

View File

@@ -1,6 +1,7 @@
import gzip
from pathlib import Path
def unzip_gzip(file: Path, target: str):
with gzip.open(file, 'rb') as r:
with open(target, 'wb') as w: