We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c59f38 commit ec0c064Copy full SHA for ec0c064
medcat-v2/medcat/__main__.py
@@ -1,7 +1,8 @@
1
import sys
2
3
4
-_DL_SCRIPTS_USAGE = "Usage: python -m medcat download-scripts [DEST] [log_level]"
+_DL_SCRIPTS_USAGE = (
5
+ "Usage: python -m medcat download-scripts [DEST] [log_level]")
6
7
8
def main(*args: str):
0 commit comments