switch details cli command to new Python implementation

This commit is contained in:
Sarah Hoffmann
2023-02-03 10:43:54 +01:00
parent 1924beeb20
commit 104722a56a
11 changed files with 474 additions and 69 deletions

View File

@@ -28,3 +28,4 @@ from .results import (SourceTable as SourceTable,
WordInfo as WordInfo,
WordInfos as WordInfos,
SearchResult as SearchResult)
from .localization import (Locales as Locales)