added new command 'translation'

This commit is contained in:
2023-11-07 17:34:28 +01:00
parent 5d1bb1f9e4
commit f0129f7060
2 changed files with 24 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
import argparse
from ..configuration import Config
def translation_cmd(args: argparse.Namespace, config: Config) -> None:
"""
Handler for the 'translation' command.
"""
pass