Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user