Update util.py

This commit is contained in:
HibiKier 2021-05-21 14:13:12 +08:00 committed by GitHub
parent 36a7c0100b
commit ea0a212450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
from pathlib import Path
from services.init_config import init_config
from configs.utils.init_config import init_config
try:
import ujson as json
except ModuleNotFoundError: