We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f615 commit 07bc4d2Copy full SHA for 07bc4d2
gendiff/data.py
@@ -0,0 +1,7 @@
1
+import json
2
+import os
3
+
4
+def read_data(path_file):
5
+ with open(path_file, 'r') as file:
6
+ strings = json.load(file)
7
+ return strings
0 commit comments