7 lines
107 B
Python
7 lines
107 B
Python
import sys
|
|
import os
|
|
sys.path.append(os.path.abspath('.'))
|
|
|
|
from script.util import read_json, write_json
|
|
|