8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
7 Module implementing the MyMemory translation engine. | 7 Module implementing the MyMemory translation engine. |
8 """ | 8 """ |
9 | 9 |
10 import json | 10 import json |
11 | 11 |
12 from PyQt5.QtCore import QUrl, QTimer | 12 from PyQt6.QtCore import QUrl, QTimer |
13 | 13 |
14 from .TranslationEngine import TranslationEngine | 14 from .TranslationEngine import TranslationEngine |
15 | 15 |
16 | 16 |
17 class MyMemoryEngine(TranslationEngine): | 17 class MyMemoryEngine(TranslationEngine): |