#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pyautotest.cli

if __name__ == '__main__':
    pyautotest.cli.main()
