websoft9/cli/test.py

4 lines
97 B
Python
Raw Normal View History

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