File size: 124 Bytes
5564ecb
 
 
 
1
2
3
4
import json

with open("static/files/code_province.json", "r", encoding="utf-8") as file:
    origin_codes = json.load(file)