Initial commit

This commit is contained in:
Kovid Goyal
2016-10-14 12:33:27 +05:30
commit de072b3b42
8 changed files with 707 additions and 0 deletions

7
__main__.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
from kitty.main import main
main()