#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright (c) 2013 Spotify AB
from graphwalker import cli

if __name__ == '__main__':
    cli.main()
