#!/usr/bin/env python3

from canonical.landscape.scripts.proxy_config import run


if __name__ == "__main__":
    run()
