#!/usr/bin/env python3
import asyncio

from rudy import main

asyncio.get_event_loop().run_until_complete(main.main())
