Files
Kindle_download_helper/no_kindle.py
2023-06-26 20:58:12 +08:00

6 lines
86 B
Python

from kindle_download_helper import no_main
if __name__ == "__main__":
no_main()