Renamed bin/hooke -> bin/hk.py.
[hooke.git] / bin / hk.py
1 #!/usr/bin/env python
2
3 import hooke.hooke
4
5 hooke.hooke.main()