mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -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()
|
|
|