codon/stdlib/gzip.codon

3 lines
68 B
Python

def open(path: str, mode: str = 'r'):
return gzFile(path, mode)