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

import legit.cli

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