8 lines
176 B
Python
8 lines
176 B
Python
#!/usr/bin/env python3
|
|
# License: GPL v3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from kitty.entry_points import main
|
|
main()
|