tmm/main.py

7 lines
94 B
Python
Raw Normal View History

2023-07-22 12:44:46 +00:00
import json
with open("config.json", "r") as file:
config = json.load(file)
print(config)