#!/usr/bin/env python
"""
Github.com / Asana.com issue tool.
Synchronises creation of github issues and asana tasks.
"""

from asana_hub import tool_app

if __name__ == '__main__':
    tool_app()
