mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-01 00:50:12 +00:00
5 lines
71 B
Python
5 lines
71 B
Python
from book_maker.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|