#!/usr/bin/env python
from e2j2.main import e2j2


if __name__ == '__main__':
    e2j2()
