#!/usr/bin/env python3
from methinks import config


if __name__ == "__main__":
    conf = config.get_default_conf()
    conf.export_env_variables()
