#!/usr/bin/env python3

import canonical.testing.runner


if __name__ == "__main__":
    canonical.testing.runner.run()
