add skeleton code for convert function

This commit is contained in:
Sarah Hoffmann
2023-10-11 22:35:18 +02:00
parent d9d0e70e5b
commit 837bdecde8
5 changed files with 130 additions and 0 deletions

View File

@@ -101,6 +101,9 @@ class NominatimArgs:
language: Optional[str]
restrict_to_country: Optional[str]
# Arguments to 'convert'
output: Path
# Arguments to 'refresh'
postcodes: bool
word_tokens: bool