#! /usr/bin/python3 -sP

from eg import core


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