added: compat script with setup module

This commit is contained in:
adobdin 2016-04-09 07:09:01 +00:00
parent 11f596ac87
commit b123ea8649

5
timmy.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python
from timmy.cli import main
main()