#!/usr/bin/env python3
from htdataredirector.client import runner
if __name__ == '__main__':
    runner()
