mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
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()
|