Added modular directory structure.
[hooke.git] / bin / hooke
1 #!/usr/bin/python
2
3 import hooke.hooke
4
5 hooke.hooke.main()