Added main file to call with python -m twik

This commit is contained in:
Alexandre Possebom 2014-09-26 12:53:09 -03:00
parent 8ebf564768
commit c8b28c7ebd
1 changed files with 5 additions and 0 deletions

5
twik/__main__.py Normal file
View File

@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
from .twik import main
main()