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


if __name__ == "__main__":
    # load the law cli
    from law.cli import run
    run()
