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