Mercurial > repos > jpetteng > ectyper0_1
changeset 6:b35d91bc0ead draft
Uploaded
author | jpetteng |
---|---|
date | Wed, 10 Jan 2018 11:56:46 -0500 |
parents | ec569c3c11e2 |
children | 2f7457abcfb6 |
files | ectyper |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ectyper Wed Jan 10 11:56:46 2018 -0500 @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +""" + Shell program for ectyper +""" +import sys +import os +sys.path.append(os.path.join(os.path.dirname(__file__), "..")) + +from ectyper import ectyper + +if __name__=='__main__': + ectyper.run_program()