#!python

import sys
import ws_web_aiohttp

ws_web_aiohttp.main(sys.argv)

