#!/usr/bin/env python3

from canonical.landscape.scripts.ods_networking_setup import run

if __name__ == "__main__":
    run()
