settings.py 72 B

123456
  1. import json
  2. with open('settings.json') as f:
  3. settings = json.load(f)