# build-aux/mypy-stubs/xlwt/ExcelFormula.pyi - Type stubs for xlwt # # Copyright (C) 2025 Luke T. Shumaker # SPDX-License-Identifier: AGPL-3.0-or-later class Formula: def __init__(self, s: str) -> None: ... def text(self) -> str: ...