dialogflowAPI / app /utils /constants.py
OnlyBiggg
Initial commit
e2b74e4
raw
history blame
158 Bytes
import json
# Đọc dữ liệu từ file JSON
with open("app/utils/code_province.json", "r", encoding="utf-8") as file:
code_province = json.load(file)