mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 04:56:21 +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()
|
|
|