#!/usr/bin/env python

from stellaris.client.console import run

if __name__ == '__main__':
    run()
