#!/usr/bin/env python3

import json
import os

json.dump(os.environ.copy(), open("rte.json", "w"))

