calibre/bypy/linux/main.c
2020-08-22 18:47:56 +05:30

10 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;
}