Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-10 13:47:34 +01:00
parent 67f967aa09
commit bcb96213ee
73 changed files with 4307 additions and 1315 deletions

View File

@@ -24,4 +24,5 @@ def csv_to_list(path: str) -> SemapDocument:
if __name__ == "__main__":
text = csv_to_list("C:/Users/aky547/Desktop/semap/sap71.csv")
# remove linebreaks
print(text)
# debug: print result when running as script
# print(text)