#!python
import reframe.frontend.cli as cli

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