# Copyright (C) 2022-2025 Exaloop Inc. from internal.file import bzFile def open(path: str, mode: str = "r") -> bzFile: return bzFile(path, mode)