works without pygame, where not needed
[imago.git] / imago-timer
1 #!/usr/bin/env python
2
3 """Go image recognition."""
4
5 from src import timer
6
7 timer.main()