move superpage to eduseg.com.br repo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user