b68dc3f fc3a968 b68dc3f
1
2
3
4
5
6
7
import json def load_config(): with open('config.json', 'r') as file: config = json.load(file) return config