| # SPDX-License-Identifier: LGPL-2.1-or-later | |
| from __future__ import annotations | |
| from Base.Metadata import export, sequence_protocol | |
| from Base.Persistence import Persistence | |
| Include="Mod/Spreadsheet/App/PropertySheet.h", | |
| Namespace="Spreadsheet", | |
| Constructor=True, | |
| ) | |
| mp_subscript="true", | |
| ) | |
| class PropertySheet(Persistence): | |
| """ | |
| Internal spreadsheet object | |
| Author: Eivind Kvedalen (eivind@kvedalen.name) | |
| License: LGPL-2.1-or-later | |
| """ | |