Install black.
This commit is contained in:
7
utils/update_json_files.py
Normal file
7
utils/update_json_files.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import json
|
||||
|
||||
from read_file import load
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
library = load("../README.md", "new")
|
||||
Reference in New Issue
Block a user