#!/usr/bin/python

from eg import core


if __name__ == '__main__':
    core.run_eg()
