mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-10 00:36:15 +01:00
9 lines
167 B
C
9 lines
167 B
C
#include "util.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
int
|
|
main(int argc, char **argv) {
|
|
execute_python_entrypoint(argc, argv, BASENAME, MODULE, FUNCTION, GUI_APP);
|
|
return 0;
|
|
}
|