#!/usr/bin/env python
from web_monitoring_diff.server import cli


if __name__ == '__main__':
    cli()
