websoft9/cli/test.py

4 lines
97 B
Python
Raw Normal View History

2021-09-28 18:34:18 +08:00
import json
with open("./joomla/.env_all","r") as file:
jsonData = json.dump(file, tempfile)