#!/usr/bin/python3

from canonical.landscape.scripts.cloud_eject import run


if __name__ == "__main__":
    run()
