comparison ectyper @ 6:b35d91bc0ead draft

Uploaded
author jpetteng
date Wed, 10 Jan 2018 11:56:46 -0500
parents
children
comparison
equal deleted inserted replaced
5:ec569c3c11e2 6:b35d91bc0ead
1 #!/usr/bin/env python
2
3 """
4 Shell program for ectyper
5 """
6 import sys
7 import os
8 sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
9
10 from ectyper import ectyper
11
12 if __name__=='__main__':
13 ectyper.run_program()