added new command 'translation'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user