ItemStudy/main.py

11 lines
98 B
Python

from file_load import main as init
import json
import os
que = init()
for i in que:
print(i)