File size: 158 Bytes
e2b74e4
 
 
 
 
1
2
3
4
5
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)