mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-10-29 01:32:26 -04:00
7 lines
55 B
Python
Executable File
7 lines
55 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
from cx_Freeze import main
|
|
|
|
main()
|
|
|