main.py 110 B

123456
  1. import model
  2. from pprint import pprint
  3. if __name__ == '__main__':
  4. res = model.load_json()
  5. pprint(res)