You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 134 B

123456
  1. import json
  2. with open("/Users/universe/ProgramUniverse/python/Forked/HyperLPR/config.json") as f:
  3. configuration = json.load(f)