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

@@ -48,5 +48,10 @@ def inp_in_control(section: list[str]) -> ChangeSet:
return ChangeSet()
def inp_in_control_new(name: str, section: list[str]) -> None:
for line in section:
write(name, f"\ninsert into controls (line) values ('{line}');")
def inp_out_control(name: str) -> list[str]:
return get_control(name)['controls']