mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 22:26:07 +01:00
6 lines
55 B
Python
Executable file
6 lines
55 B
Python
Executable file
#!/usr/bin/python
|
|
|
|
from cx_Freeze import main
|
|
|
|
main()
|
|
|