#!/usr/bin/python3

from canonical.landscape.scripts.cloud_ingest import run

if __name__ == "__main__":
    run()
