Added the search to the accounting data.

This commit is contained in:
2023-03-08 01:50:24 +08:00
parent fe01d5418d
commit 9993f65627
13 changed files with 536 additions and 1 deletions

View File

@ -34,3 +34,5 @@ class ReportType(Enum):
"""The income statement."""
BALANCE_SHEET: str = "balance-sheet"
"""The balance sheet."""
SEARCH: str = "search"
"""The balance sheet."""