#!/usr/bin/python3

from canonical.landscape.scripts.fakemaas2 import run

if __name__ == '__main__':
    run()
