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

import humble

if __name__ == '__main__':
    humble.cli.start()
