Ran update_copyright.py, which fixed some spellcheck errors in hooke/plugin/curve.py
[hooke.git] / bin / hk.py
1 #!/usr/bin/env python
2
3 import hooke.hooke
4
5
6 if __name__ == '__main__':
7     hooke.hooke.main()