#!/usr/bin/env python

if __name__ == '__main__':
    from mutmut.__main__ import climain
    climain()
