mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00

* Minor improvements for loader and translator * use rotate key * fix: typo --------- Co-authored-by: yihong0618 <zouzou0208@gmail.com>
6 lines
64 B
Python
6 lines
64 B
Python
from .base_translator import Base
|
|
|
|
|
|
class DeepL(Base):
|
|
pass
|