First pass scan

This commit is contained in:
WQY\qiong
2023-03-09 22:44:13 +08:00
parent 369e636e13
commit 96cb99b87a
11 changed files with 156 additions and 7 deletions

View File

@@ -22,6 +22,10 @@ def inp_in_report(section: list[str]) -> ChangeSet:
return ChangeSet()
def inp_in_report_new(name: str, section: list[str]) -> None:
return
def inp_out_report(name: str) -> list[str]:
lines = []
objs = read_all(name, f"select * from report")